Shades of Deep Magenta #CC0DCE
Tints of Deep Magenta #CC0DCE
RGB
CMYK
RGB Variations
Color information
#CC0DCE (or 0xCC0DCE) is known color: Deep Magenta. HEX triplet: CC, 0D and CE. RGB value is (204,13,206). Sum of RGB (Red+Green+Blue) = 204+13+206=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DCE is #33F231. Grayscale: #5B5B5B. Windows color (decimal): -3404338 or 13503948. OLE color: 13503948.
HSL color Cylindrical-coordinate representation of color #CC0DCE: hue angle of 299.38º 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 #CC0DCE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 13 | 206 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.19 |
| HSL | 299.38º | 0.88% | 0.43% | - |
| HSV(B) | 299.38º | 0.94% | 0.81% | - |
| XYZ | 36.19 | 17.58 | 59.88 | - |
| YUV | 92.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 206 | 0.01 | 0.94 | 0 | 0.19 | 299.38 | 0.88 | 0.43 |
| Hex | CC | D | CE | 1 | 5E | 0 | 13 | 12B | 58 | 2B |
| Octal | 314 | 15 | 316 | 1 | 136 | 0 | 23 | 453 | 130 | 53 |
| Binary | 11001100 | 1101 | 11001110 | 1 | 1011110 | 0 | 10011 | 100101011 | 1011000 | 101011 |
Color Harmonies of #CC0DCE
Complementary color
Monochromatic Colors of #CC0DCE
Black with #CC0DCE
Text Example
Text Example
White with #CC0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DCE; }
p { color: rgb(204,13,206); }
H1.HeaderClassName
{
color: #CC0DCE;
}
.AnyTagClassName
{
color: #CC0DCE;
}
</style>
background-color css
<style>
a { background-color: #CC0DCE; }
a { background-color: rgb(204,13,206); }
div.DivClassName
{
background-color: #CC0DCE;
}
.BgClassName
{
background-color: #CC0DCE;
}
</style>
border-color css
<style>
span { border-color: #CC0DCE; }
span { border-color: rgb(204,13,206); }
td.TdClassName
{
border-color: #CC0DCE;
}
.TagClassName
{
border-color: #CC0DCE;
}
</style>