Shades of Cerise #CA275E
Tints of Cerise #CA275E
RGB
CMYK
RGB Variations
Color information
#CA275E (or 0xCA275E) is known color: Cerise. HEX triplet: CA, 27 and 5E. RGB value is (202,39,94). Sum of RGB (Red+Green+Blue) = 202+39+94=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA275E is #35D8A1. Grayscale: #5D5D5D. Windows color (decimal): -3528866 or 6170570. OLE color: 6170570.
HSL color Cylindrical-coordinate representation of color #CA275E: hue angle of 339.75º 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 #CA275E is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 94 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.21 |
| HSL | 339.75º | 0.68% | 0.47% | - |
| HSV(B) | 339.75º | 0.81% | 0.79% | - |
| XYZ | 27.1 | 14.82 | 12.02 | - |
| YUV | 94.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 94 | 0 | 0.81 | 0.53 | 0.21 | 339.75 | 0.68 | 0.47 |
| Hex | CA | 27 | 5E | 0 | 51 | 35 | 15 | 154 | 44 | 2F |
| Octal | 312 | 47 | 136 | 0 | 121 | 65 | 25 | 524 | 104 | 57 |
| Binary | 11001010 | 100111 | 1011110 | 0 | 1010001 | 110101 | 10101 | 101010100 | 1000100 | 101111 |
Color Harmonies of #CA275E
Complementary color
Monochromatic Colors of #CA275E
Black with #CA275E
Text Example
Text Example
White with #CA275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA275E; }
p { color: rgb(202,39,94); }
H1.HeaderClassName
{
color: #CA275E;
}
.AnyTagClassName
{
color: #CA275E;
}
</style>
background-color css
<style>
a { background-color: #CA275E; }
a { background-color: rgb(202,39,94); }
div.DivClassName
{
background-color: #CA275E;
}
.BgClassName
{
background-color: #CA275E;
}
</style>
border-color css
<style>
span { border-color: #CA275E; }
span { border-color: rgb(202,39,94); }
td.TdClassName
{
border-color: #CA275E;
}
.TagClassName
{
border-color: #CA275E;
}
</style>