Shades of Deep Magenta #CC00CC
Tints of Deep Magenta #CC00CC
RGB
CMYK
RGB Variations
Color information
#CC00CC (or 0xCC00CC) is known color: Deep Magenta. HEX triplet: CC, 00 and CC. RGB value is (204,0,204). Sum of RGB (Red+Green+Blue) = 204+0+204=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC00CC is a web safe color. Inversed color of #CC00CC is #33FF33. Grayscale: #535353. Windows color (decimal): -3407668 or 13369548. OLE color: 13369548.
HSL color Cylindrical-coordinate representation of color #CC00CC: hue angle of 300º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00CC is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 0 | 204 | - |
CMYK | 0 | 1 | 0 | 0.2 |
HSL | 300º | 1% | 0.4% | - |
HSV(B) | 300º | 1% | 0.8% | - |
XYZ | 35.8 | 17.2 | 58.56 | - |
YUV | 84.25 | 195.59 | 213.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 0 | 204 | 0 | 1 | 0 | 0.2 | 300 | 1 | 0.4 |
Hex | CC | 0 | CC | 0 | 64 | 0 | 14 | 12C | 64 | 28 |
Octal | 314 | 0 | 314 | 0 | 144 | 0 | 24 | 454 | 144 | 50 |
Binary | 11001100 | 0 | 11001100 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100100 | 101000 |
Color Harmonies of #CC00CC
Complementary color
Monochromatic Colors of #CC00CC
Black with #CC00CC
Text Example
Text Example
White with #CC00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00CC; }
p { color: rgb(204,0,204); }
H1.HeaderClassName
{
color: #CC00CC;
}
.AnyTagClassName
{
color: #CC00CC;
}
</style>
background-color css
<style>
a { background-color: #CC00CC; }
a { background-color: rgb(204,0,204); }
div.DivClassName
{
background-color: #CC00CC;
}
.BgClassName
{
background-color: #CC00CC;
}
</style>
border-color css
<style>
span { border-color: #CC00CC; }
span { border-color: rgb(204,0,204); }
td.TdClassName
{
border-color: #CC00CC;
}
.TagClassName
{
border-color: #CC00CC;
}
</style>