Shades of Cerise #CA2C70
Tints of Cerise #CA2C70
RGB
CMYK
RGB Variations
Color information
#CA2C70 (or 0xCA2C70) is known color: Cerise. HEX triplet: CA, 2C and 70. RGB value is (202,44,112). Sum of RGB (Red+Green+Blue) = 202+44+112=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C70 is #35D38F. Grayscale: #626262. Windows color (decimal): -3527568 or 7351498. OLE color: 7351498.
HSL color Cylindrical-coordinate representation of color #CA2C70: hue angle of 334.18º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C70 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 112 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.21 |
| HSL | 334.18º | 0.64% | 0.48% | - |
| HSV(B) | 334.18º | 0.78% | 0.79% | - |
| XYZ | 28.18 | 15.53 | 16.84 | - |
| YUV | 98.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 112 | 0 | 0.78 | 0.45 | 0.21 | 334.18 | 0.64 | 0.48 |
| Hex | CA | 2C | 70 | 0 | 4E | 2D | 15 | 14E | 40 | 30 |
| Octal | 312 | 54 | 160 | 0 | 116 | 55 | 25 | 516 | 100 | 60 |
| Binary | 11001010 | 101100 | 1110000 | 0 | 1001110 | 101101 | 10101 | 101001110 | 1000000 | 110000 |
Color Harmonies of #CA2C70
Complementary color
Monochromatic Colors of #CA2C70
Black with #CA2C70
Text Example
Text Example
White with #CA2C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C70; }
p { color: rgb(202,44,112); }
H1.HeaderClassName
{
color: #CA2C70;
}
.AnyTagClassName
{
color: #CA2C70;
}
</style>
background-color css
<style>
a { background-color: #CA2C70; }
a { background-color: rgb(202,44,112); }
div.DivClassName
{
background-color: #CA2C70;
}
.BgClassName
{
background-color: #CA2C70;
}
</style>
border-color css
<style>
span { border-color: #CA2C70; }
span { border-color: rgb(202,44,112); }
td.TdClassName
{
border-color: #CA2C70;
}
.TagClassName
{
border-color: #CA2C70;
}
</style>