Shades of Deep Magenta #CC11CC
Tints of Deep Magenta #CC11CC
RGB
CMYK
RGB Variations
Color information
#CC11CC (or 0xCC11CC) is known color: Deep Magenta. HEX triplet: CC, 11 and CC. RGB value is (204,17,204). Sum of RGB (Red+Green+Blue) = 204+17+204=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11CC is #33EE33. Grayscale: #5D5D5D. Windows color (decimal): -3403316 or 13373900. OLE color: 13373900.
HSL color Cylindrical-coordinate representation of color #CC11CC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11CC is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 204 | - |
| CMYK | 0 | 0.92 | 0 | 0.2 |
| HSL | 300º | 0.85% | 0.43% | - |
| HSV(B) | 300º | 0.92% | 0.8% | - |
| XYZ | 36 | 17.6 | 58.63 | - |
| YUV | 94.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 204 | 0 | 0.92 | 0 | 0.2 | 300 | 0.85 | 0.43 |
| Hex | CC | 11 | CC | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 314 | 21 | 314 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001100 | 10001 | 11001100 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CC11CC
Complementary color
Monochromatic Colors of #CC11CC
Black with #CC11CC
Text Example
Text Example
White with #CC11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11CC; }
p { color: rgb(204,17,204); }
H1.HeaderClassName
{
color: #CC11CC;
}
.AnyTagClassName
{
color: #CC11CC;
}
</style>
background-color css
<style>
a { background-color: #CC11CC; }
a { background-color: rgb(204,17,204); }
div.DivClassName
{
background-color: #CC11CC;
}
.BgClassName
{
background-color: #CC11CC;
}
</style>
border-color css
<style>
span { border-color: #CC11CC; }
span { border-color: rgb(204,17,204); }
td.TdClassName
{
border-color: #CC11CC;
}
.TagClassName
{
border-color: #CC11CC;
}
</style>