Shades of Deep Cerise #CE359F
Tints of Deep Cerise #CE359F
RGB
CMYK
RGB Variations
Color information
#CE359F (or 0xCE359F) is known color: Deep Cerise. HEX triplet: CE, 35 and 9F. RGB value is (206,53,159). Sum of RGB (Red+Green+Blue) = 206+53+159=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359F is #31CA60. Grayscale: #6E6E6E. Windows color (decimal): -3263073 or 10433998. OLE color: 10433998.
HSL color Cylindrical-coordinate representation of color #CE359F: hue angle of 318.43º 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 #CE359F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 159 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.19 |
| HSL | 318.43º | 0.61% | 0.51% | - |
| HSV(B) | 318.43º | 0.74% | 0.81% | - |
| XYZ | 32.98 | 18.17 | 34.57 | - |
| YUV | 110.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 159 | 0 | 0.74 | 0.23 | 0.19 | 318.43 | 0.61 | 0.51 |
| Hex | CE | 35 | 9F | 0 | 4A | 17 | 13 | 13E | 3D | 33 |
| Octal | 316 | 65 | 237 | 0 | 112 | 27 | 23 | 476 | 75 | 63 |
| Binary | 11001110 | 110101 | 10011111 | 0 | 1001010 | 10111 | 10011 | 100111110 | 111101 | 110011 |
Color Harmonies of #CE359F
Complementary color
Monochromatic Colors of #CE359F
Black with #CE359F
Text Example
Text Example
White with #CE359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE359F; }
p { color: rgb(206,53,159); }
H1.HeaderClassName
{
color: #CE359F;
}
.AnyTagClassName
{
color: #CE359F;
}
</style>
background-color css
<style>
a { background-color: #CE359F; }
a { background-color: rgb(206,53,159); }
div.DivClassName
{
background-color: #CE359F;
}
.BgClassName
{
background-color: #CE359F;
}
</style>
border-color css
<style>
span { border-color: #CE359F; }
span { border-color: rgb(206,53,159); }
td.TdClassName
{
border-color: #CE359F;
}
.TagClassName
{
border-color: #CE359F;
}
</style>