Shades of Deep Cerise #CE2475
Tints of Deep Cerise #CE2475
RGB
CMYK
RGB Variations
Color information
#CE2475 (or 0xCE2475) is known color: Deep Cerise. HEX triplet: CE, 24 and 75. RGB value is (206,36,117). Sum of RGB (Red+Green+Blue) = 206+36+117=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2475 is #31DB8A. Grayscale: #5F5F5F. Windows color (decimal): -3267467 or 7677134. OLE color: 7677134.
HSL color Cylindrical-coordinate representation of color #CE2475: hue angle of 331.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2475 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 117 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.19 |
| HSL | 331.41º | 0.7% | 0.47% | - |
| HSV(B) | 331.41º | 0.83% | 0.81% | - |
| XYZ | 29.3 | 15.67 | 18.31 | - |
| YUV | 96.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 117 | 0 | 0.83 | 0.43 | 0.19 | 331.41 | 0.7 | 0.47 |
| Hex | CE | 24 | 75 | 0 | 53 | 2B | 13 | 14B | 46 | 2F |
| Octal | 316 | 44 | 165 | 0 | 123 | 53 | 23 | 513 | 106 | 57 |
| Binary | 11001110 | 100100 | 1110101 | 0 | 1010011 | 101011 | 10011 | 101001011 | 1000110 | 101111 |
Color Harmonies of #CE2475
Complementary color
Monochromatic Colors of #CE2475
Black with #CE2475
Text Example
Text Example
White with #CE2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2475; }
p { color: rgb(206,36,117); }
H1.HeaderClassName
{
color: #CE2475;
}
.AnyTagClassName
{
color: #CE2475;
}
</style>
background-color css
<style>
a { background-color: #CE2475; }
a { background-color: rgb(206,36,117); }
div.DivClassName
{
background-color: #CE2475;
}
.BgClassName
{
background-color: #CE2475;
}
</style>
border-color css
<style>
span { border-color: #CE2475; }
span { border-color: rgb(206,36,117); }
td.TdClassName
{
border-color: #CE2475;
}
.TagClassName
{
border-color: #CE2475;
}
</style>