Shades of Deep Cerise #CE358A
Tints of Deep Cerise #CE358A
RGB
CMYK
RGB Variations
Color information
#CE358A (or 0xCE358A) is known color: Deep Cerise. HEX triplet: CE, 35 and 8A. RGB value is (206,53,138). Sum of RGB (Red+Green+Blue) = 206+53+138=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE358A is #31CA75. Grayscale: #6C6C6C. Windows color (decimal): -3263094 or 9057742. OLE color: 9057742.
HSL color Cylindrical-coordinate representation of color #CE358A: hue angle of 326.67º 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 #CE358A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 138 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.19 |
| HSL | 326.67º | 0.61% | 0.51% | - |
| HSV(B) | 326.67º | 0.74% | 0.81% | - |
| XYZ | 31.31 | 17.5 | 25.77 | - |
| YUV | 108.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 138 | 0 | 0.74 | 0.33 | 0.19 | 326.67 | 0.61 | 0.51 |
| Hex | CE | 35 | 8A | 0 | 4A | 21 | 13 | 147 | 3D | 33 |
| Octal | 316 | 65 | 212 | 0 | 112 | 41 | 23 | 507 | 75 | 63 |
| Binary | 11001110 | 110101 | 10001010 | 0 | 1001010 | 100001 | 10011 | 101000111 | 111101 | 110011 |
Color Harmonies of #CE358A
Complementary color
Monochromatic Colors of #CE358A
Black with #CE358A
Text Example
Text Example
White with #CE358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE358A; }
p { color: rgb(206,53,138); }
H1.HeaderClassName
{
color: #CE358A;
}
.AnyTagClassName
{
color: #CE358A;
}
</style>
background-color css
<style>
a { background-color: #CE358A; }
a { background-color: rgb(206,53,138); }
div.DivClassName
{
background-color: #CE358A;
}
.BgClassName
{
background-color: #CE358A;
}
</style>
border-color css
<style>
span { border-color: #CE358A; }
span { border-color: rgb(206,53,138); }
td.TdClassName
{
border-color: #CE358A;
}
.TagClassName
{
border-color: #CE358A;
}
</style>