Shades of Deep Cerise #CA2D7A
Tints of Deep Cerise #CA2D7A
RGB
CMYK
RGB Variations
Color information
#CA2D7A (or 0xCA2D7A) is known color: Deep Cerise. HEX triplet: CA, 2D and 7A. RGB value is (202,45,122). Sum of RGB (Red+Green+Blue) = 202+45+122=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D7A is #35D285. Grayscale: #646464. Windows color (decimal): -3527302 or 8007114. OLE color: 8007114.
HSL color Cylindrical-coordinate representation of color #CA2D7A: hue angle of 330.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D7A is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 122 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.21 |
| HSL | 330.57º | 0.64% | 0.48% | - |
| HSV(B) | 330.57º | 0.78% | 0.79% | - |
| XYZ | 28.81 | 15.84 | 19.95 | - |
| YUV | 100.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 122 | 0 | 0.78 | 0.40 | 0.21 | 330.57 | 0.64 | 0.48 |
| Hex | CA | 2D | 7A | 0 | 4E | 28 | 15 | 14B | 40 | 30 |
| Octal | 312 | 55 | 172 | 0 | 116 | 50 | 25 | 513 | 100 | 60 |
| Binary | 11001010 | 101101 | 1111010 | 0 | 1001110 | 101000 | 10101 | 101001011 | 1000000 | 110000 |
Color Harmonies of #CA2D7A
Complementary color
Monochromatic Colors of #CA2D7A
Black with #CA2D7A
Text Example
Text Example
White with #CA2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D7A; }
p { color: rgb(202,45,122); }
H1.HeaderClassName
{
color: #CA2D7A;
}
.AnyTagClassName
{
color: #CA2D7A;
}
</style>
background-color css
<style>
a { background-color: #CA2D7A; }
a { background-color: rgb(202,45,122); }
div.DivClassName
{
background-color: #CA2D7A;
}
.BgClassName
{
background-color: #CA2D7A;
}
</style>
border-color css
<style>
span { border-color: #CA2D7A; }
span { border-color: rgb(202,45,122); }
td.TdClassName
{
border-color: #CA2D7A;
}
.TagClassName
{
border-color: #CA2D7A;
}
</style>