Shades of Deep Magenta #CC00DD
Tints of Deep Magenta #CC00DD
RGB
CMYK
RGB Variations
Color information
#CC00DD (or 0xCC00DD) is known color: Deep Magenta. HEX triplet: CC, 00 and DD. RGB value is (204,0,221). Sum of RGB (Red+Green+Blue) = 204+0+221=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00DD is #33FF22. Grayscale: #555555. Windows color (decimal): -3407651 or 14483660. OLE color: 14483660.
HSL color Cylindrical-coordinate representation of color #CC00DD: hue angle of 295.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00DD is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 0 | 221 | - |
| CMYK | 0.08 | 1 | 0 | 0.13 |
| HSL | 295.38º | 1% | 0.43% | - |
| HSV(B) | 295.38º | 1% | 0.87% | - |
| XYZ | 37.95 | 18.06 | 69.89 | - |
| YUV | 86.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 221 | 0.08 | 1 | 0 | 0.13 | 295.38 | 1 | 0.43 |
| Hex | CC | 0 | DD | 8 | 64 | 0 | D | 127 | 64 | 2B |
| Octal | 314 | 0 | 335 | 10 | 144 | 0 | 15 | 447 | 144 | 53 |
| Binary | 11001100 | 0 | 11011101 | 1000 | 1100100 | 0 | 1101 | 100100111 | 1100100 | 101011 |
Color Harmonies of #CC00DD
Complementary color
Monochromatic Colors of #CC00DD
Black with #CC00DD
Text Example
Text Example
White with #CC00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00DD; }
p { color: rgb(204,0,221); }
H1.HeaderClassName
{
color: #CC00DD;
}
.AnyTagClassName
{
color: #CC00DD;
}
</style>
background-color css
<style>
a { background-color: #CC00DD; }
a { background-color: rgb(204,0,221); }
div.DivClassName
{
background-color: #CC00DD;
}
.BgClassName
{
background-color: #CC00DD;
}
</style>
border-color css
<style>
span { border-color: #CC00DD; }
span { border-color: rgb(204,0,221); }
td.TdClassName
{
border-color: #CC00DD;
}
.TagClassName
{
border-color: #CC00DD;
}
</style>