Shades of Cerise #CA2961
Tints of Cerise #CA2961
RGB
CMYK
RGB Variations
Color information
#CA2961 (or 0xCA2961) is known color: Cerise. HEX triplet: CA, 29 and 61. RGB value is (202,41,97). Sum of RGB (Red+Green+Blue) = 202+41+97=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2961 is #35D69E. Grayscale: #5F5F5F. Windows color (decimal): -3528351 or 6367690. OLE color: 6367690.
HSL color Cylindrical-coordinate representation of color #CA2961: hue angle of 339.13º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2961 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 97 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.21 |
| HSL | 339.13º | 0.66% | 0.48% | - |
| HSV(B) | 339.13º | 0.8% | 0.79% | - |
| XYZ | 27.31 | 15.01 | 12.77 | - |
| YUV | 95.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 97 | 0 | 0.80 | 0.52 | 0.21 | 339.13 | 0.66 | 0.48 |
| Hex | CA | 29 | 61 | 0 | 50 | 34 | 15 | 153 | 42 | 30 |
| Octal | 312 | 51 | 141 | 0 | 120 | 64 | 25 | 523 | 102 | 60 |
| Binary | 11001010 | 101001 | 1100001 | 0 | 1010000 | 110100 | 10101 | 101010011 | 1000010 | 110000 |
Color Harmonies of #CA2961
Complementary color
Monochromatic Colors of #CA2961
Black with #CA2961
Text Example
Text Example
White with #CA2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2961; }
p { color: rgb(202,41,97); }
H1.HeaderClassName
{
color: #CA2961;
}
.AnyTagClassName
{
color: #CA2961;
}
</style>
background-color css
<style>
a { background-color: #CA2961; }
a { background-color: rgb(202,41,97); }
div.DivClassName
{
background-color: #CA2961;
}
.BgClassName
{
background-color: #CA2961;
}
</style>
border-color css
<style>
span { border-color: #CA2961; }
span { border-color: rgb(202,41,97); }
td.TdClassName
{
border-color: #CA2961;
}
.TagClassName
{
border-color: #CA2961;
}
</style>