Shades of Deep Magenta #CC00D0
Tints of Deep Magenta #CC00D0
RGB
CMYK
RGB Variations
Color information
#CC00D0 (or 0xCC00D0) is known color: Deep Magenta. HEX triplet: CC, 00 and D0. RGB value is (204,0,208). Sum of RGB (Red+Green+Blue) = 204+0+208=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC00D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00D0 is #33FF2F. Grayscale: #545454. Windows color (decimal): -3407664 or 13631692. OLE color: 13631692.
HSL color Cylindrical-coordinate representation of color #CC00D0: hue angle of 298.85º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00D0 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 0 | 208 | - |
| CMYK | 0.02 | 1 | 0 | 0.18 |
| HSL | 298.85º | 1% | 0.41% | - |
| HSV(B) | 298.85º | 1% | 0.82% | - |
| XYZ | 36.29 | 17.39 | 61.12 | - |
| YUV | 84.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 208 | 0.02 | 1 | 0 | 0.18 | 298.85 | 1 | 0.41 |
| Hex | CC | 0 | D0 | 2 | 64 | 0 | 12 | 12B | 64 | 29 |
| Octal | 314 | 0 | 320 | 2 | 144 | 0 | 22 | 453 | 144 | 51 |
| Binary | 11001100 | 0 | 11010000 | 10 | 1100100 | 0 | 10010 | 100101011 | 1100100 | 101001 |
Color Harmonies of #CC00D0
Complementary color
Monochromatic Colors of #CC00D0
Black with #CC00D0
Text Example
Text Example
White with #CC00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00D0; }
p { color: rgb(204,0,208); }
H1.HeaderClassName
{
color: #CC00D0;
}
.AnyTagClassName
{
color: #CC00D0;
}
</style>
background-color css
<style>
a { background-color: #CC00D0; }
a { background-color: rgb(204,0,208); }
div.DivClassName
{
background-color: #CC00D0;
}
.BgClassName
{
background-color: #CC00D0;
}
</style>
border-color css
<style>
span { border-color: #CC00D0; }
span { border-color: rgb(204,0,208); }
td.TdClassName
{
border-color: #CC00D0;
}
.TagClassName
{
border-color: #CC00D0;
}
</style>