Shades of Cerise #CA2F5E
Tints of Cerise #CA2F5E
RGB
CMYK
RGB Variations
Color information
#CA2F5E (or 0xCA2F5E) is known color: Cerise. HEX triplet: CA, 2F and 5E. RGB value is (202,47,94). Sum of RGB (Red+Green+Blue) = 202+47+94=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F5E is #35D0A1. Grayscale: #626262. Windows color (decimal): -3526818 or 6172618. OLE color: 6172618.
HSL color Cylindrical-coordinate representation of color #CA2F5E: hue angle of 341.81º 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 #CA2F5E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 94 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.21 |
| HSL | 341.81º | 0.62% | 0.49% | - |
| HSV(B) | 341.81º | 0.77% | 0.79% | - |
| XYZ | 27.39 | 15.4 | 12.12 | - |
| YUV | 98.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 94 | 0 | 0.77 | 0.53 | 0.21 | 341.81 | 0.62 | 0.49 |
| Hex | CA | 2F | 5E | 0 | 4D | 35 | 15 | 156 | 3E | 31 |
| Octal | 312 | 57 | 136 | 0 | 115 | 65 | 25 | 526 | 76 | 61 |
| Binary | 11001010 | 101111 | 1011110 | 0 | 1001101 | 110101 | 10101 | 101010110 | 111110 | 110001 |
Color Harmonies of #CA2F5E
Complementary color
Monochromatic Colors of #CA2F5E
Black with #CA2F5E
Text Example
Text Example
White with #CA2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F5E; }
p { color: rgb(202,47,94); }
H1.HeaderClassName
{
color: #CA2F5E;
}
.AnyTagClassName
{
color: #CA2F5E;
}
</style>
background-color css
<style>
a { background-color: #CA2F5E; }
a { background-color: rgb(202,47,94); }
div.DivClassName
{
background-color: #CA2F5E;
}
.BgClassName
{
background-color: #CA2F5E;
}
</style>
border-color css
<style>
span { border-color: #CA2F5E; }
span { border-color: rgb(202,47,94); }
td.TdClassName
{
border-color: #CA2F5E;
}
.TagClassName
{
border-color: #CA2F5E;
}
</style>