Shades of Deep Cerise #CA3C79
Tints of Deep Cerise #CA3C79
RGB
CMYK
RGB Variations
Color information
#CA3C79 (or 0xCA3C79) is known color: Deep Cerise. HEX triplet: CA, 3C and 79. RGB value is (202,60,121). Sum of RGB (Red+Green+Blue) = 202+60+121=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C79 is #35C386. Grayscale: #6D6D6D. Windows color (decimal): -3523463 or 7945418. OLE color: 7945418.
HSL color Cylindrical-coordinate representation of color #CA3C79: hue angle of 334.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C79 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 121 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.21 |
| HSL | 334.23º | 0.57% | 0.51% | - |
| HSV(B) | 334.23º | 0.7% | 0.79% | - |
| XYZ | 29.42 | 17.17 | 19.85 | - |
| YUV | 109.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 121 | 0 | 0.70 | 0.40 | 0.21 | 334.23 | 0.57 | 0.51 |
| Hex | CA | 3C | 79 | 0 | 46 | 28 | 15 | 14E | 39 | 33 |
| Octal | 312 | 74 | 171 | 0 | 106 | 50 | 25 | 516 | 71 | 63 |
| Binary | 11001010 | 111100 | 1111001 | 0 | 1000110 | 101000 | 10101 | 101001110 | 111001 | 110011 |
Color Harmonies of #CA3C79
Complementary color
Monochromatic Colors of #CA3C79
Black with #CA3C79
Text Example
Text Example
White with #CA3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C79; }
p { color: rgb(202,60,121); }
H1.HeaderClassName
{
color: #CA3C79;
}
.AnyTagClassName
{
color: #CA3C79;
}
</style>
background-color css
<style>
a { background-color: #CA3C79; }
a { background-color: rgb(202,60,121); }
div.DivClassName
{
background-color: #CA3C79;
}
.BgClassName
{
background-color: #CA3C79;
}
</style>
border-color css
<style>
span { border-color: #CA3C79; }
span { border-color: rgb(202,60,121); }
td.TdClassName
{
border-color: #CA3C79;
}
.TagClassName
{
border-color: #CA3C79;
}
</style>