Shades of Cerise #CA275F
Tints of Cerise #CA275F
RGB
CMYK
RGB Variations
Color information
#CA275F (or 0xCA275F) is known color: Cerise. HEX triplet: CA, 27 and 5F. RGB value is (202,39,95). Sum of RGB (Red+Green+Blue) = 202+39+95=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA275F is #35D8A0. Grayscale: #5E5E5E. Windows color (decimal): -3528865 or 6236106. OLE color: 6236106.
HSL color Cylindrical-coordinate representation of color #CA275F: hue angle of 339.39º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA275F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 95 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.21 |
| HSL | 339.39º | 0.68% | 0.47% | - |
| HSV(B) | 339.39º | 0.81% | 0.79% | - |
| XYZ | 27.15 | 14.83 | 12.26 | - |
| YUV | 94.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 95 | 0 | 0.81 | 0.53 | 0.21 | 339.39 | 0.68 | 0.47 |
| Hex | CA | 27 | 5F | 0 | 51 | 35 | 15 | 153 | 44 | 2F |
| Octal | 312 | 47 | 137 | 0 | 121 | 65 | 25 | 523 | 104 | 57 |
| Binary | 11001010 | 100111 | 1011111 | 0 | 1010001 | 110101 | 10101 | 101010011 | 1000100 | 101111 |
Color Harmonies of #CA275F
Complementary color
Monochromatic Colors of #CA275F
Black with #CA275F
Text Example
Text Example
White with #CA275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA275F; }
p { color: rgb(202,39,95); }
H1.HeaderClassName
{
color: #CA275F;
}
.AnyTagClassName
{
color: #CA275F;
}
</style>
background-color css
<style>
a { background-color: #CA275F; }
a { background-color: rgb(202,39,95); }
div.DivClassName
{
background-color: #CA275F;
}
.BgClassName
{
background-color: #CA275F;
}
</style>
border-color css
<style>
span { border-color: #CA275F; }
span { border-color: rgb(202,39,95); }
td.TdClassName
{
border-color: #CA275F;
}
.TagClassName
{
border-color: #CA275F;
}
</style>