Shades of Cerise #CA3471
Tints of Cerise #CA3471
RGB
CMYK
RGB Variations
Color information
#CA3471 (or 0xCA3471) is known color: Cerise. HEX triplet: CA, 34 and 71. RGB value is (202,52,113). Sum of RGB (Red+Green+Blue) = 202+52+113=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3471 is #35CB8E. Grayscale: #676767. Windows color (decimal): -3525519 or 7419082. OLE color: 7419082.
HSL color Cylindrical-coordinate representation of color #CA3471: hue angle of 335.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3471 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 113 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.21 |
| HSL | 335.6º | 0.59% | 0.5% | - |
| HSV(B) | 335.6º | 0.74% | 0.79% | - |
| XYZ | 28.57 | 16.2 | 17.25 | - |
| YUV | 103.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 113 | 0 | 0.74 | 0.44 | 0.21 | 335.6 | 0.59 | 0.5 |
| Hex | CA | 34 | 71 | 0 | 4A | 2C | 15 | 150 | 3B | 32 |
| Octal | 312 | 64 | 161 | 0 | 112 | 54 | 25 | 520 | 73 | 62 |
| Binary | 11001010 | 110100 | 1110001 | 0 | 1001010 | 101100 | 10101 | 101010000 | 111011 | 110010 |
Color Harmonies of #CA3471
Complementary color
Monochromatic Colors of #CA3471
Black with #CA3471
Text Example
Text Example
White with #CA3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3471; }
p { color: rgb(202,52,113); }
H1.HeaderClassName
{
color: #CA3471;
}
.AnyTagClassName
{
color: #CA3471;
}
</style>
background-color css
<style>
a { background-color: #CA3471; }
a { background-color: rgb(202,52,113); }
div.DivClassName
{
background-color: #CA3471;
}
.BgClassName
{
background-color: #CA3471;
}
</style>
border-color css
<style>
span { border-color: #CA3471; }
span { border-color: rgb(202,52,113); }
td.TdClassName
{
border-color: #CA3471;
}
.TagClassName
{
border-color: #CA3471;
}
</style>