Shades of Deep Cerise #CA3478
Tints of Deep Cerise #CA3478
RGB
CMYK
RGB Variations
Color information
#CA3478 (or 0xCA3478) is known color: Deep Cerise. HEX triplet: CA, 34 and 78. RGB value is (202,52,120). Sum of RGB (Red+Green+Blue) = 202+52+120=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3478 is #35CB87. Grayscale: #686868. Windows color (decimal): -3525512 or 7877834. OLE color: 7877834.
HSL color Cylindrical-coordinate representation of color #CA3478: hue angle of 332.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 #CA3478 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 120 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.21 |
| HSL | 332.8º | 0.59% | 0.5% | - |
| HSV(B) | 332.8º | 0.74% | 0.79% | - |
| XYZ | 28.98 | 16.37 | 19.4 | - |
| YUV | 104.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 120 | 0 | 0.74 | 0.41 | 0.21 | 332.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 78 | 0 | 4A | 29 | 15 | 14D | 3B | 32 |
| Octal | 312 | 64 | 170 | 0 | 112 | 51 | 25 | 515 | 73 | 62 |
| Binary | 11001010 | 110100 | 1111000 | 0 | 1001010 | 101001 | 10101 | 101001101 | 111011 | 110010 |
Color Harmonies of #CA3478
Complementary color
Monochromatic Colors of #CA3478
Black with #CA3478
Text Example
Text Example
White with #CA3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3478; }
p { color: rgb(202,52,120); }
H1.HeaderClassName
{
color: #CA3478;
}
.AnyTagClassName
{
color: #CA3478;
}
</style>
background-color css
<style>
a { background-color: #CA3478; }
a { background-color: rgb(202,52,120); }
div.DivClassName
{
background-color: #CA3478;
}
.BgClassName
{
background-color: #CA3478;
}
</style>
border-color css
<style>
span { border-color: #CA3478; }
span { border-color: rgb(202,52,120); }
td.TdClassName
{
border-color: #CA3478;
}
.TagClassName
{
border-color: #CA3478;
}
</style>