Shades of Deep Cerise #CE357D
Tints of Deep Cerise #CE357D
RGB
CMYK
RGB Variations
Color information
#CE357D (or 0xCE357D) is known color: Deep Cerise. HEX triplet: CE, 35 and 7D. RGB value is (206,53,125). Sum of RGB (Red+Green+Blue) = 206+53+125=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE357D is #31CA82. Grayscale: #6A6A6A. Windows color (decimal): -3263107 or 8205774. OLE color: 8205774.
HSL color Cylindrical-coordinate representation of color #CE357D: hue angle of 331.76º 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 #CE357D is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 125 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.19 |
| HSL | 331.76º | 0.61% | 0.51% | - |
| HSV(B) | 331.76º | 0.74% | 0.81% | - |
| XYZ | 30.43 | 17.15 | 21.11 | - |
| YUV | 106.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 125 | 0 | 0.74 | 0.39 | 0.19 | 331.76 | 0.61 | 0.51 |
| Hex | CE | 35 | 7D | 0 | 4A | 27 | 13 | 14C | 3D | 33 |
| Octal | 316 | 65 | 175 | 0 | 112 | 47 | 23 | 514 | 75 | 63 |
| Binary | 11001110 | 110101 | 1111101 | 0 | 1001010 | 100111 | 10011 | 101001100 | 111101 | 110011 |
Color Harmonies of #CE357D
Complementary color
Monochromatic Colors of #CE357D
Black with #CE357D
Text Example
Text Example
White with #CE357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE357D; }
p { color: rgb(206,53,125); }
H1.HeaderClassName
{
color: #CE357D;
}
.AnyTagClassName
{
color: #CE357D;
}
</style>
background-color css
<style>
a { background-color: #CE357D; }
a { background-color: rgb(206,53,125); }
div.DivClassName
{
background-color: #CE357D;
}
.BgClassName
{
background-color: #CE357D;
}
</style>
border-color css
<style>
span { border-color: #CE357D; }
span { border-color: rgb(206,53,125); }
td.TdClassName
{
border-color: #CE357D;
}
.TagClassName
{
border-color: #CE357D;
}
</style>