Shades of Deep Cerise #CE359D
Tints of Deep Cerise #CE359D
RGB
CMYK
RGB Variations
Color information
#CE359D (or 0xCE359D) is known color: Deep Cerise. HEX triplet: CE, 35 and 9D. RGB value is (206,53,157). Sum of RGB (Red+Green+Blue) = 206+53+157=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359D is #31CA62. Grayscale: #6E6E6E. Windows color (decimal): -3263075 or 10302926. OLE color: 10302926.
HSL color Cylindrical-coordinate representation of color #CE359D: hue angle of 319.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE359D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 157 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.19 |
| HSL | 319.22º | 0.61% | 0.51% | - |
| HSV(B) | 319.22º | 0.74% | 0.81% | - |
| XYZ | 32.81 | 18.1 | 33.66 | - |
| YUV | 110.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 157 | 0 | 0.74 | 0.24 | 0.19 | 319.22 | 0.61 | 0.51 |
| Hex | CE | 35 | 9D | 0 | 4A | 18 | 13 | 13F | 3D | 33 |
| Octal | 316 | 65 | 235 | 0 | 112 | 30 | 23 | 477 | 75 | 63 |
| Binary | 11001110 | 110101 | 10011101 | 0 | 1001010 | 11000 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CE359D
Complementary color
Monochromatic Colors of #CE359D
Black with #CE359D
Text Example
Text Example
White with #CE359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE359D; }
p { color: rgb(206,53,157); }
H1.HeaderClassName
{
color: #CE359D;
}
.AnyTagClassName
{
color: #CE359D;
}
</style>
background-color css
<style>
a { background-color: #CE359D; }
a { background-color: rgb(206,53,157); }
div.DivClassName
{
background-color: #CE359D;
}
.BgClassName
{
background-color: #CE359D;
}
</style>
border-color css
<style>
span { border-color: #CE359D; }
span { border-color: rgb(206,53,157); }
td.TdClassName
{
border-color: #CE359D;
}
.TagClassName
{
border-color: #CE359D;
}
</style>