Shades of Deep Cerise #CE3775
Tints of Deep Cerise #CE3775
RGB
CMYK
RGB Variations
Color information
#CE3775 (or 0xCE3775) is known color: Deep Cerise. HEX triplet: CE, 37 and 75. RGB value is (206,55,117). Sum of RGB (Red+Green+Blue) = 206+55+117=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3775 is #31C88A. Grayscale: #6B6B6B. Windows color (decimal): -3262603 or 7681998. OLE color: 7681998.
HSL color Cylindrical-coordinate representation of color #CE3775: hue angle of 335.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3775 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 117 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.19 |
| HSL | 335.36º | 0.61% | 0.51% | - |
| HSV(B) | 335.36º | 0.73% | 0.81% | - |
| XYZ | 30.03 | 17.14 | 18.55 | - |
| YUV | 107.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 117 | 0 | 0.73 | 0.43 | 0.19 | 335.36 | 0.61 | 0.51 |
| Hex | CE | 37 | 75 | 0 | 49 | 2B | 13 | 14F | 3D | 33 |
| Octal | 316 | 67 | 165 | 0 | 111 | 53 | 23 | 517 | 75 | 63 |
| Binary | 11001110 | 110111 | 1110101 | 0 | 1001001 | 101011 | 10011 | 101001111 | 111101 | 110011 |
Color Harmonies of #CE3775
Complementary color
Monochromatic Colors of #CE3775
Black with #CE3775
Text Example
Text Example
White with #CE3775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3775; }
p { color: rgb(206,55,117); }
H1.HeaderClassName
{
color: #CE3775;
}
.AnyTagClassName
{
color: #CE3775;
}
</style>
background-color css
<style>
a { background-color: #CE3775; }
a { background-color: rgb(206,55,117); }
div.DivClassName
{
background-color: #CE3775;
}
.BgClassName
{
background-color: #CE3775;
}
</style>
border-color css
<style>
span { border-color: #CE3775; }
span { border-color: rgb(206,55,117); }
td.TdClassName
{
border-color: #CE3775;
}
.TagClassName
{
border-color: #CE3775;
}
</style>