Shades of Deep Cerise #CE2F75
Tints of Deep Cerise #CE2F75
RGB
CMYK
RGB Variations
Color information
#CE2F75 (or 0xCE2F75) is known color: Deep Cerise. HEX triplet: CE, 2F and 75. RGB value is (206,47,117). Sum of RGB (Red+Green+Blue) = 206+47+117=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F75 is #31D08A. Grayscale: #666666. Windows color (decimal): -3264651 or 7679950. OLE color: 7679950.
HSL color Cylindrical-coordinate representation of color #CE2F75: hue angle of 333.58º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F75 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 117 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.19 |
| HSL | 333.58º | 0.63% | 0.5% | - |
| HSV(B) | 333.58º | 0.77% | 0.81% | - |
| XYZ | 29.68 | 16.44 | 18.44 | - |
| YUV | 102.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 117 | 0 | 0.77 | 0.43 | 0.19 | 333.58 | 0.63 | 0.5 |
| Hex | CE | 2F | 75 | 0 | 4D | 2B | 13 | 14E | 3F | 32 |
| Octal | 316 | 57 | 165 | 0 | 115 | 53 | 23 | 516 | 77 | 62 |
| Binary | 11001110 | 101111 | 1110101 | 0 | 1001101 | 101011 | 10011 | 101001110 | 111111 | 110010 |
Color Harmonies of #CE2F75
Complementary color
Monochromatic Colors of #CE2F75
Black with #CE2F75
Text Example
Text Example
White with #CE2F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F75; }
p { color: rgb(206,47,117); }
H1.HeaderClassName
{
color: #CE2F75;
}
.AnyTagClassName
{
color: #CE2F75;
}
</style>
background-color css
<style>
a { background-color: #CE2F75; }
a { background-color: rgb(206,47,117); }
div.DivClassName
{
background-color: #CE2F75;
}
.BgClassName
{
background-color: #CE2F75;
}
</style>
border-color css
<style>
span { border-color: #CE2F75; }
span { border-color: rgb(206,47,117); }
td.TdClassName
{
border-color: #CE2F75;
}
.TagClassName
{
border-color: #CE2F75;
}
</style>