Shades of Cerise #CA2E5D
Tints of Cerise #CA2E5D
RGB
CMYK
RGB Variations
Color information
#CA2E5D (or 0xCA2E5D) is known color: Cerise. HEX triplet: CA, 2E and 5D. RGB value is (202,46,93). Sum of RGB (Red+Green+Blue) = 202+46+93=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E5D is #35D1A2. Grayscale: #616161. Windows color (decimal): -3527075 or 6106826. OLE color: 6106826.
HSL color Cylindrical-coordinate representation of color #CA2E5D: hue angle of 341.92º 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 #CA2E5D is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 93 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.21 |
| HSL | 341.92º | 0.63% | 0.49% | - |
| HSV(B) | 341.92º | 0.77% | 0.79% | - |
| XYZ | 27.31 | 15.3 | 11.87 | - |
| YUV | 98 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 93 | 0 | 0.77 | 0.54 | 0.21 | 341.92 | 0.63 | 0.49 |
| Hex | CA | 2E | 5D | 0 | 4D | 36 | 15 | 156 | 3F | 31 |
| Octal | 312 | 56 | 135 | 0 | 115 | 66 | 25 | 526 | 77 | 61 |
| Binary | 11001010 | 101110 | 1011101 | 0 | 1001101 | 110110 | 10101 | 101010110 | 111111 | 110001 |
Color Harmonies of #CA2E5D
Complementary color
Monochromatic Colors of #CA2E5D
Black with #CA2E5D
Text Example
Text Example
White with #CA2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E5D; }
p { color: rgb(202,46,93); }
H1.HeaderClassName
{
color: #CA2E5D;
}
.AnyTagClassName
{
color: #CA2E5D;
}
</style>
background-color css
<style>
a { background-color: #CA2E5D; }
a { background-color: rgb(202,46,93); }
div.DivClassName
{
background-color: #CA2E5D;
}
.BgClassName
{
background-color: #CA2E5D;
}
</style>
border-color css
<style>
span { border-color: #CA2E5D; }
span { border-color: rgb(202,46,93); }
td.TdClassName
{
border-color: #CA2E5D;
}
.TagClassName
{
border-color: #CA2E5D;
}
</style>