Shades of Cerise #CE2D72
Tints of Cerise #CE2D72
RGB
CMYK
RGB Variations
Color information
#CE2D72 (or 0xCE2D72) is known color: Cerise. HEX triplet: CE, 2D and 72. RGB value is (206,45,114). Sum of RGB (Red+Green+Blue) = 206+45+114=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D72 is #31D28D. Grayscale: #646464. Windows color (decimal): -3265166 or 7482830. OLE color: 7482830.
HSL color Cylindrical-coordinate representation of color #CE2D72: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D72 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 114 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.19 |
| HSL | 334.29º | 0.64% | 0.49% | - |
| HSV(B) | 334.29º | 0.78% | 0.81% | - |
| XYZ | 29.43 | 16.21 | 17.5 | - |
| YUV | 101.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 114 | 0 | 0.78 | 0.45 | 0.19 | 334.29 | 0.64 | 0.49 |
| Hex | CE | 2D | 72 | 0 | 4E | 2D | 13 | 14E | 40 | 31 |
| Octal | 316 | 55 | 162 | 0 | 116 | 55 | 23 | 516 | 100 | 61 |
| Binary | 11001110 | 101101 | 1110010 | 0 | 1001110 | 101101 | 10011 | 101001110 | 1000000 | 110001 |
Color Harmonies of #CE2D72
Complementary color
Monochromatic Colors of #CE2D72
Black with #CE2D72
Text Example
Text Example
White with #CE2D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D72; }
p { color: rgb(206,45,114); }
H1.HeaderClassName
{
color: #CE2D72;
}
.AnyTagClassName
{
color: #CE2D72;
}
</style>
background-color css
<style>
a { background-color: #CE2D72; }
a { background-color: rgb(206,45,114); }
div.DivClassName
{
background-color: #CE2D72;
}
.BgClassName
{
background-color: #CE2D72;
}
</style>
border-color css
<style>
span { border-color: #CE2D72; }
span { border-color: rgb(206,45,114); }
td.TdClassName
{
border-color: #CE2D72;
}
.TagClassName
{
border-color: #CE2D72;
}
</style>