Shades of Cerise #CA295F
Tints of Cerise #CA295F
RGB
CMYK
RGB Variations
Color information
#CA295F (or 0xCA295F) is known color: Cerise. HEX triplet: CA, 29 and 5F. RGB value is (202,41,95). Sum of RGB (Red+Green+Blue) = 202+41+95=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295F is #35D6A0. Grayscale: #5F5F5F. Windows color (decimal): -3528353 or 6236618. OLE color: 6236618.
HSL color Cylindrical-coordinate representation of color #CA295F: hue angle of 339.88º 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 #CA295F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 95 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.21 |
| HSL | 339.88º | 0.66% | 0.48% | - |
| HSV(B) | 339.88º | 0.8% | 0.79% | - |
| XYZ | 27.22 | 14.97 | 12.28 | - |
| YUV | 95.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 95 | 0 | 0.80 | 0.53 | 0.21 | 339.88 | 0.66 | 0.48 |
| Hex | CA | 29 | 5F | 0 | 50 | 35 | 15 | 154 | 42 | 30 |
| Octal | 312 | 51 | 137 | 0 | 120 | 65 | 25 | 524 | 102 | 60 |
| Binary | 11001010 | 101001 | 1011111 | 0 | 1010000 | 110101 | 10101 | 101010100 | 1000010 | 110000 |
Color Harmonies of #CA295F
Complementary color
Monochromatic Colors of #CA295F
Black with #CA295F
Text Example
Text Example
White with #CA295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA295F; }
p { color: rgb(202,41,95); }
H1.HeaderClassName
{
color: #CA295F;
}
.AnyTagClassName
{
color: #CA295F;
}
</style>
background-color css
<style>
a { background-color: #CA295F; }
a { background-color: rgb(202,41,95); }
div.DivClassName
{
background-color: #CA295F;
}
.BgClassName
{
background-color: #CA295F;
}
</style>
border-color css
<style>
span { border-color: #CA295F; }
span { border-color: rgb(202,41,95); }
td.TdClassName
{
border-color: #CA295F;
}
.TagClassName
{
border-color: #CA295F;
}
</style>