Shades of Deep Cerise #CE357F
Tints of Deep Cerise #CE357F
RGB
CMYK
RGB Variations
Color information
#CE357F (or 0xCE357F) is known color: Deep Cerise. HEX triplet: CE, 35 and 7F. RGB value is (206,53,127). Sum of RGB (Red+Green+Blue) = 206+53+127=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE357F is #31CA80. Grayscale: #6B6B6B. Windows color (decimal): -3263105 or 8336846. OLE color: 8336846.
HSL color Cylindrical-coordinate representation of color #CE357F: hue angle of 330.98º 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 #CE357F is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 127 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.19 |
| HSL | 330.98º | 0.61% | 0.51% | - |
| HSV(B) | 330.98º | 0.74% | 0.81% | - |
| XYZ | 30.56 | 17.2 | 21.79 | - |
| YUV | 107.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 127 | 0 | 0.74 | 0.38 | 0.19 | 330.98 | 0.61 | 0.51 |
| Hex | CE | 35 | 7F | 0 | 4A | 26 | 13 | 14B | 3D | 33 |
| Octal | 316 | 65 | 177 | 0 | 112 | 46 | 23 | 513 | 75 | 63 |
| Binary | 11001110 | 110101 | 1111111 | 0 | 1001010 | 100110 | 10011 | 101001011 | 111101 | 110011 |
Color Harmonies of #CE357F
Complementary color
Monochromatic Colors of #CE357F
Black with #CE357F
Text Example
Text Example
White with #CE357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE357F; }
p { color: rgb(206,53,127); }
H1.HeaderClassName
{
color: #CE357F;
}
.AnyTagClassName
{
color: #CE357F;
}
</style>
background-color css
<style>
a { background-color: #CE357F; }
a { background-color: rgb(206,53,127); }
div.DivClassName
{
background-color: #CE357F;
}
.BgClassName
{
background-color: #CE357F;
}
</style>
border-color css
<style>
span { border-color: #CE357F; }
span { border-color: rgb(206,53,127); }
td.TdClassName
{
border-color: #CE357F;
}
.TagClassName
{
border-color: #CE357F;
}
</style>