Shades of Deep Cerise #CA3473
Tints of Deep Cerise #CA3473
RGB
CMYK
RGB Variations
Color information
#CA3473 (or 0xCA3473) is known color: Deep Cerise. HEX triplet: CA, 34 and 73. RGB value is (202,52,115). Sum of RGB (Red+Green+Blue) = 202+52+115=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3473 is #35CB8C. Grayscale: #676767. Windows color (decimal): -3525517 or 7550154. OLE color: 7550154.
HSL color Cylindrical-coordinate representation of color #CA3473: hue angle of 334.8º 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 #CA3473 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 115 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.21 |
| HSL | 334.8º | 0.59% | 0.5% | - |
| HSV(B) | 334.8º | 0.74% | 0.79% | - |
| XYZ | 28.68 | 16.25 | 17.84 | - |
| YUV | 104.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 115 | 0 | 0.74 | 0.43 | 0.21 | 334.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 73 | 0 | 4A | 2B | 15 | 14F | 3B | 32 |
| Octal | 312 | 64 | 163 | 0 | 112 | 53 | 25 | 517 | 73 | 62 |
| Binary | 11001010 | 110100 | 1110011 | 0 | 1001010 | 101011 | 10101 | 101001111 | 111011 | 110010 |
Color Harmonies of #CA3473
Complementary color
Monochromatic Colors of #CA3473
Black with #CA3473
Text Example
Text Example
White with #CA3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3473; }
p { color: rgb(202,52,115); }
H1.HeaderClassName
{
color: #CA3473;
}
.AnyTagClassName
{
color: #CA3473;
}
</style>
background-color css
<style>
a { background-color: #CA3473; }
a { background-color: rgb(202,52,115); }
div.DivClassName
{
background-color: #CA3473;
}
.BgClassName
{
background-color: #CA3473;
}
</style>
border-color css
<style>
span { border-color: #CA3473; }
span { border-color: rgb(202,52,115); }
td.TdClassName
{
border-color: #CA3473;
}
.TagClassName
{
border-color: #CA3473;
}
</style>