Shades of Deep Cerise #CA3A77
Tints of Deep Cerise #CA3A77
RGB
CMYK
RGB Variations
Color information
#CA3A77 (or 0xCA3A77) is known color: Deep Cerise. HEX triplet: CA, 3A and 77. RGB value is (202,58,119). Sum of RGB (Red+Green+Blue) = 202+58+119=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A77 is #35C588. Grayscale: #6B6B6B. Windows color (decimal): -3523977 or 7813834. OLE color: 7813834.
HSL color Cylindrical-coordinate representation of color #CA3A77: hue angle of 334.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A77 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 119 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.21 |
| HSL | 334.58º | 0.58% | 0.51% | - |
| HSV(B) | 334.58º | 0.71% | 0.79% | - |
| XYZ | 29.2 | 16.91 | 19.18 | - |
| YUV | 108.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 119 | 0 | 0.71 | 0.41 | 0.21 | 334.58 | 0.58 | 0.51 |
| Hex | CA | 3A | 77 | 0 | 47 | 29 | 15 | 14F | 3A | 33 |
| Octal | 312 | 72 | 167 | 0 | 107 | 51 | 25 | 517 | 72 | 63 |
| Binary | 11001010 | 111010 | 1110111 | 0 | 1000111 | 101001 | 10101 | 101001111 | 111010 | 110011 |
Color Harmonies of #CA3A77
Complementary color
Monochromatic Colors of #CA3A77
Black with #CA3A77
Text Example
Text Example
White with #CA3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A77; }
p { color: rgb(202,58,119); }
H1.HeaderClassName
{
color: #CA3A77;
}
.AnyTagClassName
{
color: #CA3A77;
}
</style>
background-color css
<style>
a { background-color: #CA3A77; }
a { background-color: rgb(202,58,119); }
div.DivClassName
{
background-color: #CA3A77;
}
.BgClassName
{
background-color: #CA3A77;
}
</style>
border-color css
<style>
span { border-color: #CA3A77; }
span { border-color: rgb(202,58,119); }
td.TdClassName
{
border-color: #CA3A77;
}
.TagClassName
{
border-color: #CA3A77;
}
</style>