Shades of Deep Magenta #CC11CD
Tints of Deep Magenta #CC11CD
RGB
CMYK
RGB Variations
Color information
#CC11CD (or 0xCC11CD) is known color: Deep Magenta. HEX triplet: CC, 11 and CD. RGB value is (204,17,205). Sum of RGB (Red+Green+Blue) = 204+17+205=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC11CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11CD is #33EE32. Grayscale: #5D5D5D. Windows color (decimal): -3403315 or 13439436. OLE color: 13439436.
HSL color Cylindrical-coordinate representation of color #CC11CD: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11CD is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 17 | 205 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.20 |
| HSL | 299.68º | 0.85% | 0.44% | - |
| HSV(B) | 299.68º | 0.92% | 0.8% | - |
| XYZ | 36.12 | 17.65 | 59.26 | - |
| YUV | 94.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 205 | 0.00 | 0.92 | 0 | 0.20 | 299.68 | 0.85 | 0.44 |
| Hex | CC | 11 | CD | 0 | 5C | 0 | 14 | 12C | 55 | 2C |
| Octal | 314 | 21 | 315 | 0 | 134 | 0 | 24 | 454 | 125 | 54 |
| Binary | 11001100 | 10001 | 11001101 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101100 |
Color Harmonies of #CC11CD
Complementary color
Monochromatic Colors of #CC11CD
Black with #CC11CD
Text Example
Text Example
White with #CC11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11CD; }
p { color: rgb(204,17,205); }
H1.HeaderClassName
{
color: #CC11CD;
}
.AnyTagClassName
{
color: #CC11CD;
}
</style>
background-color css
<style>
a { background-color: #CC11CD; }
a { background-color: rgb(204,17,205); }
div.DivClassName
{
background-color: #CC11CD;
}
.BgClassName
{
background-color: #CC11CD;
}
</style>
border-color css
<style>
span { border-color: #CC11CD; }
span { border-color: rgb(204,17,205); }
td.TdClassName
{
border-color: #CC11CD;
}
.TagClassName
{
border-color: #CC11CD;
}
</style>