PRIMER CERESIT CT19 5L

The photographs are for illustrative purposes only.
Get AI analytics on product PRIMER
CERESIT CT19 5L:
29.12€ / pc.
Ex Tax: 23.48€ / pc.
5.82€ / m²
1 pc. = 5m²
Ceresit
0 reviews
In stock
Product Code: 000-312489ASP

Specification

  • Volume (L): 5
Qty
One click order
Tags:

SPECIFICATION PRIMER CERESIT CT19 5L price 29.60€ Ceresit

Package dimensions22,70 x 22,70 x 15,60 cm
Net weight5,170 kg

CT 19 on spetsiaalne krunt sellistele aluspindadele, kus on vajalik tugev nake. Liimjas koostis ja kvartsliiva sisaldus tekitavad tugeva, elastse ning libisemiskindla kihi. Sobib betoon-, tsement-, lubi-tsement-, kips-, kaltsiumsulfaat- ja asfaltpindadele, puidule, OSB- ja puitkiudplaatidele, põrandatasandussegudele, keraamilistele ja looduskivist plaatidele, kõvale värvile ja PVC-le, tellistele, ehitusplokkidele ja kergbetoonile. Pindkuiv umbes 1 tunni möödudes, kõvenenud ja kaetav umbes 3 tunni möödudes.

Omadused: • eriti tugev nake aluspinnaga

• ideaalne probleemsetele pindadele ja PVC-le

• tekitab kareda ja hästi nakkuva pinna

• imavatele ja mitte-imavatele aluspindadele

• sees ja väljas kasutamiseks

• kiirelt kuivav

Product details

Total weight: 5.17 kg
Package measurements: 22.70 x 22.70 x 15.60 cm

Description provided by sitypro.com

Building mixes
Volume (L)
5
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
PRIMER CERESIT CT19 5L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PRIMER CERESIT CT19 5L

What is PRIMER CERESIT CT19 5L?

PRIMER CERESIT CT19 5L is a special adhesive primer containing quartz sand that creates a strong, elastic, non-slip layer for concrete, cement, gypsum, PVC and other substrates; surface dry in ~1 hour and ready for covering in ~3 hours.

Which substrates can PRIMER CERESIT CT19 5L be applied to?

PRIMER CERESIT CT19 5L can be applied to concrete, cement, lime-cement, gypsum, calcium sulphate, asphalt, wood, OSB and fibreboards, floor levelling compounds, ceramic and natural stone tiles, hard paint, PVC, bricks, blocks and lightweight concrete.

Can PRIMER CERESIT CT19 5L be used under floor screeds?

Yes, PRIMER CERESIT CT19 5L is suitable before applying polymer and cement screeds or levelling compounds; the quartz sand improves adhesion and creates a rough, well-bonding surface for the screed.

How fast does PRIMER CERESIT CT19 5L dry and when can I apply a topcoat?

Surface dries to the touch in about 1 hour; the primer hardens and can be covered with subsequent layers or finishes in roughly 3 hours under normal conditions.

Is CT19 5L suitable for PVC and problematic substrates?

Yes, CT19 is formulated for problematic substrates and PVC; its adhesive composition and quartz filler create a rough, well-bonding surface to improve adhesion.

Can CERESIT CT19 5L be used indoors and outdoors?

Yes, CERESIT CT19 5L is suitable for both indoor and outdoor use, providing durable adhesion and a stable surface in either environment.

What is the pack size and weight of CERESIT CT19 5L and how is consumption determined?

The product comes in a 5 L pack with a total weight of 5.17 kg. Consumption depends on substrate porosity and evenness; apply a thin layer until the quartz-bearing surface is uniformly covered.

Do I need to dilute CERESIT CT19 5L before use?

The product description does not mention dilution; use the primer as supplied, applying evenly to a clean, dry surface. If unsure, follow the manufacturer's instructions on the pack.

Which tools are best for applying CERESIT CT19 5L?

Use a brush, short-pile roller, or spatula/flat trowel to apply an even thin layer; these tools help distribute the quartz-bearing primer evenly for improved adhesion where needed.

How does CERESIT CT19 5L differ from a standard acrylic primer?

CERESIT CT19 5L has an adhesive formula with quartz sand that creates a coarse, non-slip surface and stronger adhesion; standard acrylic primers typically lack quartz filler and do not perform as well on problematic PVC or non-absorbent substrates.

Where to buy PRIMER CERESIT CT19 5L?

You can buy PRIMER CERESIT CT19 5L in our online store for 23.48€. Category: Ground coat, additives for mixtures, maintenance products.

What is the price of PRIMER CERESIT CT19 5L?

The current price of PRIMER CERESIT CT19 5L is 23.48€. Brand: Ceresit.

PRIMER CERESIT CT19 5L — specifications and description

Model: 000-312489ASP. Category: Ground coat, additives for mixtures, maintenance products. Brand: Ceresit. Price: 23.48€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');