Shades of Deep Cerise #CE3380
Tints of Deep Cerise #CE3380
RGB
CMYK
RGB Variations
Color information
#CE3380 (or 0xCE3380) is known color: Deep Cerise. HEX triplet: CE, 33 and 80. RGB value is (206,51,128). Sum of RGB (Red+Green+Blue) = 206+51+128=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3380 is #31CC7F. Grayscale: #696969. Windows color (decimal): -3263616 or 8401870. OLE color: 8401870.
HSL color Cylindrical-coordinate representation of color #CE3380: hue angle of 330.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3380 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 128 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.19 |
| HSL | 330.19º | 0.61% | 0.5% | - |
| HSV(B) | 330.19º | 0.75% | 0.81% | - |
| XYZ | 30.53 | 17.05 | 22.1 | - |
| YUV | 106.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 128 | 0 | 0.75 | 0.38 | 0.19 | 330.19 | 0.61 | 0.5 |
| Hex | CE | 33 | 80 | 0 | 4B | 26 | 13 | 14A | 3D | 32 |
| Octal | 316 | 63 | 200 | 0 | 113 | 46 | 23 | 512 | 75 | 62 |
| Binary | 11001110 | 110011 | 10000000 | 0 | 1001011 | 100110 | 10011 | 101001010 | 111101 | 110010 |
Color Harmonies of #CE3380
Complementary color
Monochromatic Colors of #CE3380
Black with #CE3380
Text Example
Text Example
White with #CE3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3380; }
p { color: rgb(206,51,128); }
H1.HeaderClassName
{
color: #CE3380;
}
.AnyTagClassName
{
color: #CE3380;
}
</style>
background-color css
<style>
a { background-color: #CE3380; }
a { background-color: rgb(206,51,128); }
div.DivClassName
{
background-color: #CE3380;
}
.BgClassName
{
background-color: #CE3380;
}
</style>
border-color css
<style>
span { border-color: #CE3380; }
span { border-color: rgb(206,51,128); }
td.TdClassName
{
border-color: #CE3380;
}
.TagClassName
{
border-color: #CE3380;
}
</style>