Shades of Deep Cerise #CA2F7E
Tints of Deep Cerise #CA2F7E
RGB
CMYK
RGB Variations
Color information
#CA2F7E (or 0xCA2F7E) is known color: Deep Cerise. HEX triplet: CA, 2F and 7E. RGB value is (202,47,126). Sum of RGB (Red+Green+Blue) = 202+47+126=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F7E is #35D081. Grayscale: #666666. Windows color (decimal): -3526786 or 8269770. OLE color: 8269770.
HSL color Cylindrical-coordinate representation of color #CA2F7E: hue angle of 329.42º 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 #CA2F7E is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 126 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.21 |
| HSL | 329.42º | 0.62% | 0.49% | - |
| HSV(B) | 329.42º | 0.77% | 0.79% | - |
| XYZ | 29.14 | 16.1 | 21.31 | - |
| YUV | 102.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 126 | 0 | 0.77 | 0.38 | 0.21 | 329.42 | 0.62 | 0.49 |
| Hex | CA | 2F | 7E | 0 | 4D | 26 | 15 | 149 | 3E | 31 |
| Octal | 312 | 57 | 176 | 0 | 115 | 46 | 25 | 511 | 76 | 61 |
| Binary | 11001010 | 101111 | 1111110 | 0 | 1001101 | 100110 | 10101 | 101001001 | 111110 | 110001 |
Color Harmonies of #CA2F7E
Complementary color
Monochromatic Colors of #CA2F7E
Black with #CA2F7E
Text Example
Text Example
White with #CA2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F7E; }
p { color: rgb(202,47,126); }
H1.HeaderClassName
{
color: #CA2F7E;
}
.AnyTagClassName
{
color: #CA2F7E;
}
</style>
background-color css
<style>
a { background-color: #CA2F7E; }
a { background-color: rgb(202,47,126); }
div.DivClassName
{
background-color: #CA2F7E;
}
.BgClassName
{
background-color: #CA2F7E;
}
</style>
border-color css
<style>
span { border-color: #CA2F7E; }
span { border-color: rgb(202,47,126); }
td.TdClassName
{
border-color: #CA2F7E;
}
.TagClassName
{
border-color: #CA2F7E;
}
</style>