Shades of Deep Magenta #CE0DC5
Tints of Deep Magenta #CE0DC5
RGB
CMYK
RGB Variations
Color information
#CE0DC5 (or 0xCE0DC5) is known color: Deep Magenta. HEX triplet: CE, 0D and C5. RGB value is (206,13,197). Sum of RGB (Red+Green+Blue) = 206+13+197=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC5 is #31F23A. Grayscale: #5B5B5B. Windows color (decimal): -3273275 or 12914126. OLE color: 12914126.
HSL color Cylindrical-coordinate representation of color #CE0DC5: hue angle of 302.8º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.19 |
| HSL | 302.8º | 0.88% | 0.43% | - |
| HSV(B) | 302.8º | 0.94% | 0.81% | - |
| XYZ | 35.68 | 17.44 | 54.31 | - |
| YUV | 91.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 197 | 0 | 0.94 | 0.04 | 0.19 | 302.8 | 0.88 | 0.43 |
| Hex | CE | D | C5 | 0 | 5E | 4 | 13 | 12F | 58 | 2B |
| Octal | 316 | 15 | 305 | 0 | 136 | 4 | 23 | 457 | 130 | 53 |
| Binary | 11001110 | 1101 | 11000101 | 0 | 1011110 | 100 | 10011 | 100101111 | 1011000 | 101011 |
Color Harmonies of #CE0DC5
Complementary color
Monochromatic Colors of #CE0DC5
Black with #CE0DC5
Text Example
Text Example
White with #CE0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DC5; }
p { color: rgb(206,13,197); }
H1.HeaderClassName
{
color: #CE0DC5;
}
.AnyTagClassName
{
color: #CE0DC5;
}
</style>
background-color css
<style>
a { background-color: #CE0DC5; }
a { background-color: rgb(206,13,197); }
div.DivClassName
{
background-color: #CE0DC5;
}
.BgClassName
{
background-color: #CE0DC5;
}
</style>
border-color css
<style>
span { border-color: #CE0DC5; }
span { border-color: rgb(206,13,197); }
td.TdClassName
{
border-color: #CE0DC5;
}
.TagClassName
{
border-color: #CE0DC5;
}
</style>