Shades of Cerise #CE2A70
Tints of Cerise #CE2A70
RGB
CMYK
RGB Variations
Color information
#CE2A70 (or 0xCE2A70) is known color: Cerise. HEX triplet: CE, 2A and 70. RGB value is (206,42,112). Sum of RGB (Red+Green+Blue) = 206+42+112=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A70 is #31D58F. Grayscale: #626262. Windows color (decimal): -3265936 or 7350990. OLE color: 7350990.
HSL color Cylindrical-coordinate representation of color #CE2A70: hue angle of 334.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A70 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 112 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.19 |
| HSL | 334.39º | 0.66% | 0.49% | - |
| HSV(B) | 334.39º | 0.8% | 0.81% | - |
| XYZ | 29.21 | 15.95 | 16.87 | - |
| YUV | 99.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 112 | 0 | 0.80 | 0.46 | 0.19 | 334.39 | 0.66 | 0.49 |
| Hex | CE | 2A | 70 | 0 | 50 | 2E | 13 | 14E | 42 | 31 |
| Octal | 316 | 52 | 160 | 0 | 120 | 56 | 23 | 516 | 102 | 61 |
| Binary | 11001110 | 101010 | 1110000 | 0 | 1010000 | 101110 | 10011 | 101001110 | 1000010 | 110001 |
Color Harmonies of #CE2A70
Complementary color
Monochromatic Colors of #CE2A70
Black with #CE2A70
Text Example
Text Example
White with #CE2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A70; }
p { color: rgb(206,42,112); }
H1.HeaderClassName
{
color: #CE2A70;
}
.AnyTagClassName
{
color: #CE2A70;
}
</style>
background-color css
<style>
a { background-color: #CE2A70; }
a { background-color: rgb(206,42,112); }
div.DivClassName
{
background-color: #CE2A70;
}
.BgClassName
{
background-color: #CE2A70;
}
</style>
border-color css
<style>
span { border-color: #CE2A70; }
span { border-color: rgb(206,42,112); }
td.TdClassName
{
border-color: #CE2A70;
}
.TagClassName
{
border-color: #CE2A70;
}
</style>