Shades of Cerise #CA296D
Tints of Cerise #CA296D
RGB
CMYK
RGB Variations
Color information
#CA296D (or 0xCA296D) is known color: Cerise. HEX triplet: CA, 29 and 6D. RGB value is (202,41,109). Sum of RGB (Red+Green+Blue) = 202+41+109=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA296D is #35D692. Grayscale: #606060. Windows color (decimal): -3528339 or 7154122. OLE color: 7154122.
HSL color Cylindrical-coordinate representation of color #CA296D: hue angle of 334.66º 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 #CA296D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 109 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.21 |
| HSL | 334.66º | 0.66% | 0.48% | - |
| HSV(B) | 334.66º | 0.8% | 0.79% | - |
| XYZ | 27.91 | 15.25 | 15.94 | - |
| YUV | 96.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 109 | 0 | 0.80 | 0.46 | 0.21 | 334.66 | 0.66 | 0.48 |
| Hex | CA | 29 | 6D | 0 | 50 | 2E | 15 | 14F | 42 | 30 |
| Octal | 312 | 51 | 155 | 0 | 120 | 56 | 25 | 517 | 102 | 60 |
| Binary | 11001010 | 101001 | 1101101 | 0 | 1010000 | 101110 | 10101 | 101001111 | 1000010 | 110000 |
Color Harmonies of #CA296D
Complementary color
Monochromatic Colors of #CA296D
Black with #CA296D
Text Example
Text Example
White with #CA296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA296D; }
p { color: rgb(202,41,109); }
H1.HeaderClassName
{
color: #CA296D;
}
.AnyTagClassName
{
color: #CA296D;
}
</style>
background-color css
<style>
a { background-color: #CA296D; }
a { background-color: rgb(202,41,109); }
div.DivClassName
{
background-color: #CA296D;
}
.BgClassName
{
background-color: #CA296D;
}
</style>
border-color css
<style>
span { border-color: #CA296D; }
span { border-color: rgb(202,41,109); }
td.TdClassName
{
border-color: #CA296D;
}
.TagClassName
{
border-color: #CA296D;
}
</style>