Shades of Deep Magenta #CC08CC
Tints of Deep Magenta #CC08CC
RGB
CMYK
RGB Variations
Color information
#CC08CC (or 0xCC08CC) is known color: Deep Magenta. HEX triplet: CC, 08 and CC. RGB value is (204,8,204). Sum of RGB (Red+Green+Blue) = 204+8+204=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CC is #33F733. Grayscale: #585858. Windows color (decimal): -3405620 or 13371596. OLE color: 13371596.
HSL color Cylindrical-coordinate representation of color #CC08CC: hue angle of 300º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08CC is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0 | 0.2 |
| HSL | 300º | 0.92% | 0.42% | - |
| HSV(B) | 300º | 0.96% | 0.8% | - |
| XYZ | 35.89 | 17.37 | 58.59 | - |
| YUV | 88.95 | 192.93 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 204 | 0 | 0.96 | 0 | 0.2 | 300 | 0.92 | 0.42 |
| Hex | CC | 8 | CC | 0 | 60 | 0 | 14 | 12C | 5C | 2A |
| Octal | 314 | 10 | 314 | 0 | 140 | 0 | 24 | 454 | 134 | 52 |
| Binary | 11001100 | 1000 | 11001100 | 0 | 1100000 | 0 | 10100 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CC08CC
Complementary color
Monochromatic Colors of #CC08CC
Black with #CC08CC
Text Example
Text Example
White with #CC08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08CC; }
p { color: rgb(204,8,204); }
H1.HeaderClassName
{
color: #CC08CC;
}
.AnyTagClassName
{
color: #CC08CC;
}
</style>
background-color css
<style>
a { background-color: #CC08CC; }
a { background-color: rgb(204,8,204); }
div.DivClassName
{
background-color: #CC08CC;
}
.BgClassName
{
background-color: #CC08CC;
}
</style>
border-color css
<style>
span { border-color: #CC08CC; }
span { border-color: rgb(204,8,204); }
td.TdClassName
{
border-color: #CC08CC;
}
.TagClassName
{
border-color: #CC08CC;
}
</style>