Shades of Cerise #CA2E61
Tints of Cerise #CA2E61
RGB
CMYK
RGB Variations
Color information
#CA2E61 (or 0xCA2E61) is known color: Cerise. HEX triplet: CA, 2E and 61. RGB value is (202,46,97). Sum of RGB (Red+Green+Blue) = 202+46+97=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E61 is #35D19E. Grayscale: #626262. Windows color (decimal): -3527071 or 6368970. OLE color: 6368970.
HSL color Cylindrical-coordinate representation of color #CA2E61: hue angle of 340.38º 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 #CA2E61 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 97 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.21 |
| HSL | 340.38º | 0.63% | 0.49% | - |
| HSV(B) | 340.38º | 0.77% | 0.79% | - |
| XYZ | 27.49 | 15.37 | 12.83 | - |
| YUV | 98.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 97 | 0 | 0.77 | 0.52 | 0.21 | 340.38 | 0.63 | 0.49 |
| Hex | CA | 2E | 61 | 0 | 4D | 34 | 15 | 154 | 3F | 31 |
| Octal | 312 | 56 | 141 | 0 | 115 | 64 | 25 | 524 | 77 | 61 |
| Binary | 11001010 | 101110 | 1100001 | 0 | 1001101 | 110100 | 10101 | 101010100 | 111111 | 110001 |
Color Harmonies of #CA2E61
Complementary color
Monochromatic Colors of #CA2E61
Black with #CA2E61
Text Example
Text Example
White with #CA2E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E61; }
p { color: rgb(202,46,97); }
H1.HeaderClassName
{
color: #CA2E61;
}
.AnyTagClassName
{
color: #CA2E61;
}
</style>
background-color css
<style>
a { background-color: #CA2E61; }
a { background-color: rgb(202,46,97); }
div.DivClassName
{
background-color: #CA2E61;
}
.BgClassName
{
background-color: #CA2E61;
}
</style>
border-color css
<style>
span { border-color: #CA2E61; }
span { border-color: rgb(202,46,97); }
td.TdClassName
{
border-color: #CA2E61;
}
.TagClassName
{
border-color: #CA2E61;
}
</style>