Shades of Deep Cerise #CA2E75
Tints of Deep Cerise #CA2E75
RGB
CMYK
RGB Variations
Color information
#CA2E75 (or 0xCA2E75) is known color: Deep Cerise. HEX triplet: CA, 2E and 75. RGB value is (202,46,117). Sum of RGB (Red+Green+Blue) = 202+46+117=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E75 is #35D18A. Grayscale: #646464. Windows color (decimal): -3527051 or 7679690. OLE color: 7679690.
HSL color Cylindrical-coordinate representation of color #CA2E75: hue angle of 332.69º degrees, saturation: 0.63, 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 #CA2E75 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 117 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.21 |
| HSL | 332.69º | 0.63% | 0.49% | - |
| HSV(B) | 332.69º | 0.77% | 0.79% | - |
| XYZ | 28.55 | 15.79 | 18.37 | - |
| YUV | 100.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 117 | 0 | 0.77 | 0.42 | 0.21 | 332.69 | 0.63 | 0.49 |
| Hex | CA | 2E | 75 | 0 | 4D | 2A | 15 | 14D | 3F | 31 |
| Octal | 312 | 56 | 165 | 0 | 115 | 52 | 25 | 515 | 77 | 61 |
| Binary | 11001010 | 101110 | 1110101 | 0 | 1001101 | 101010 | 10101 | 101001101 | 111111 | 110001 |
Color Harmonies of #CA2E75
Complementary color
Monochromatic Colors of #CA2E75
Black with #CA2E75
Text Example
Text Example
White with #CA2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E75; }
p { color: rgb(202,46,117); }
H1.HeaderClassName
{
color: #CA2E75;
}
.AnyTagClassName
{
color: #CA2E75;
}
</style>
background-color css
<style>
a { background-color: #CA2E75; }
a { background-color: rgb(202,46,117); }
div.DivClassName
{
background-color: #CA2E75;
}
.BgClassName
{
background-color: #CA2E75;
}
</style>
border-color css
<style>
span { border-color: #CA2E75; }
span { border-color: rgb(202,46,117); }
td.TdClassName
{
border-color: #CA2E75;
}
.TagClassName
{
border-color: #CA2E75;
}
</style>