Shades of Deep Cerise #CA2F7C
Tints of Deep Cerise #CA2F7C
RGB
CMYK
RGB Variations
Color information
#CA2F7C (or 0xCA2F7C) is known color: Deep Cerise. HEX triplet: CA, 2F and 7C. RGB value is (202,47,124). Sum of RGB (Red+Green+Blue) = 202+47+124=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F7C is #35D083. Grayscale: #656565. Windows color (decimal): -3526788 or 8138698. OLE color: 8138698.
HSL color Cylindrical-coordinate representation of color #CA2F7C: hue angle of 330.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F7C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 124 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.21 |
| HSL | 330.19º | 0.62% | 0.49% | - |
| HSV(B) | 330.19º | 0.77% | 0.79% | - |
| XYZ | 29.01 | 16.04 | 20.64 | - |
| YUV | 102.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 124 | 0 | 0.77 | 0.39 | 0.21 | 330.19 | 0.62 | 0.49 |
| Hex | CA | 2F | 7C | 0 | 4D | 27 | 15 | 14A | 3E | 31 |
| Octal | 312 | 57 | 174 | 0 | 115 | 47 | 25 | 512 | 76 | 61 |
| Binary | 11001010 | 101111 | 1111100 | 0 | 1001101 | 100111 | 10101 | 101001010 | 111110 | 110001 |
Color Harmonies of #CA2F7C
Complementary color
Monochromatic Colors of #CA2F7C
Black with #CA2F7C
Text Example
Text Example
White with #CA2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F7C; }
p { color: rgb(202,47,124); }
H1.HeaderClassName
{
color: #CA2F7C;
}
.AnyTagClassName
{
color: #CA2F7C;
}
</style>
background-color css
<style>
a { background-color: #CA2F7C; }
a { background-color: rgb(202,47,124); }
div.DivClassName
{
background-color: #CA2F7C;
}
.BgClassName
{
background-color: #CA2F7C;
}
</style>
border-color css
<style>
span { border-color: #CA2F7C; }
span { border-color: rgb(202,47,124); }
td.TdClassName
{
border-color: #CA2F7C;
}
.TagClassName
{
border-color: #CA2F7C;
}
</style>