Shades of Deep Cerise #CE2782
Tints of Deep Cerise #CE2782
RGB
CMYK
RGB Variations
Color information
#CE2782 (or 0xCE2782) is known color: Deep Cerise. HEX triplet: CE, 27 and 82. RGB value is (206,39,130). Sum of RGB (Red+Green+Blue) = 206+39+130=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2782 is #31D87D. Grayscale: #636363. Windows color (decimal): -3266686 or 8529870. OLE color: 8529870.
HSL color Cylindrical-coordinate representation of color #CE2782: hue angle of 327.31º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2782 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 130 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.19 |
| HSL | 327.31º | 0.68% | 0.48% | - |
| HSV(B) | 327.31º | 0.81% | 0.81% | - |
| XYZ | 30.21 | 16.18 | 22.65 | - |
| YUV | 99.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 130 | 0 | 0.81 | 0.37 | 0.19 | 327.31 | 0.68 | 0.48 |
| Hex | CE | 27 | 82 | 0 | 51 | 25 | 13 | 147 | 44 | 30 |
| Octal | 316 | 47 | 202 | 0 | 121 | 45 | 23 | 507 | 104 | 60 |
| Binary | 11001110 | 100111 | 10000010 | 0 | 1010001 | 100101 | 10011 | 101000111 | 1000100 | 110000 |
Color Harmonies of #CE2782
Complementary color
Monochromatic Colors of #CE2782
Black with #CE2782
Text Example
Text Example
White with #CE2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2782; }
p { color: rgb(206,39,130); }
H1.HeaderClassName
{
color: #CE2782;
}
.AnyTagClassName
{
color: #CE2782;
}
</style>
background-color css
<style>
a { background-color: #CE2782; }
a { background-color: rgb(206,39,130); }
div.DivClassName
{
background-color: #CE2782;
}
.BgClassName
{
background-color: #CE2782;
}
</style>
border-color css
<style>
span { border-color: #CE2782; }
span { border-color: rgb(206,39,130); }
td.TdClassName
{
border-color: #CE2782;
}
.TagClassName
{
border-color: #CE2782;
}
</style>