Shades of Deep Cerise #CE358D
Tints of Deep Cerise #CE358D
RGB
CMYK
RGB Variations
Color information
#CE358D (or 0xCE358D) is known color: Deep Cerise. HEX triplet: CE, 35 and 8D. RGB value is (206,53,141). Sum of RGB (Red+Green+Blue) = 206+53+141=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE358D is #31CA72. Grayscale: #6C6C6C. Windows color (decimal): -3263091 or 9254350. OLE color: 9254350.
HSL color Cylindrical-coordinate representation of color #CE358D: hue angle of 325.49º 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 #CE358D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 141 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.19 |
| HSL | 325.49º | 0.61% | 0.51% | - |
| HSV(B) | 325.49º | 0.74% | 0.81% | - |
| XYZ | 31.53 | 17.59 | 26.93 | - |
| YUV | 108.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 141 | 0 | 0.74 | 0.32 | 0.19 | 325.49 | 0.61 | 0.51 |
| Hex | CE | 35 | 8D | 0 | 4A | 20 | 13 | 145 | 3D | 33 |
| Octal | 316 | 65 | 215 | 0 | 112 | 40 | 23 | 505 | 75 | 63 |
| Binary | 11001110 | 110101 | 10001101 | 0 | 1001010 | 100000 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CE358D
Complementary color
Monochromatic Colors of #CE358D
Black with #CE358D
Text Example
Text Example
White with #CE358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE358D; }
p { color: rgb(206,53,141); }
H1.HeaderClassName
{
color: #CE358D;
}
.AnyTagClassName
{
color: #CE358D;
}
</style>
background-color css
<style>
a { background-color: #CE358D; }
a { background-color: rgb(206,53,141); }
div.DivClassName
{
background-color: #CE358D;
}
.BgClassName
{
background-color: #CE358D;
}
</style>
border-color css
<style>
span { border-color: #CE358D; }
span { border-color: rgb(206,53,141); }
td.TdClassName
{
border-color: #CE358D;
}
.TagClassName
{
border-color: #CE358D;
}
</style>