Shades of Deep Magenta #CC11C2
Tints of Deep Magenta #CC11C2
RGB
CMYK
RGB Variations
Color information
#CC11C2 (or 0xCC11C2) is known color: Deep Magenta. HEX triplet: CC, 11 and C2. RGB value is (204,17,194). Sum of RGB (Red+Green+Blue) = 204+17+194=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11C2 is #33EE3D. Grayscale: #5C5C5C. Windows color (decimal): -3403326 or 12718540. OLE color: 12718540.
HSL color Cylindrical-coordinate representation of color #CC11C2: hue angle of 303.21º 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 #CC11C2 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 194 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.2 |
| HSL | 303.21º | 0.85% | 0.43% | - |
| HSV(B) | 303.21º | 0.92% | 0.8% | - |
| XYZ | 34.84 | 17.13 | 52.51 | - |
| YUV | 93.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 194 | 0 | 0.92 | 0.05 | 0.2 | 303.21 | 0.85 | 0.43 |
| Hex | CC | 11 | C2 | 0 | 5C | 5 | 14 | 12F | 55 | 2B |
| Octal | 314 | 21 | 302 | 0 | 134 | 5 | 24 | 457 | 125 | 53 |
| Binary | 11001100 | 10001 | 11000010 | 0 | 1011100 | 101 | 10100 | 100101111 | 1010101 | 101011 |
Color Harmonies of #CC11C2
Complementary color
Monochromatic Colors of #CC11C2
Black with #CC11C2
Text Example
Text Example
White with #CC11C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11C2; }
p { color: rgb(204,17,194); }
H1.HeaderClassName
{
color: #CC11C2;
}
.AnyTagClassName
{
color: #CC11C2;
}
</style>
background-color css
<style>
a { background-color: #CC11C2; }
a { background-color: rgb(204,17,194); }
div.DivClassName
{
background-color: #CC11C2;
}
.BgClassName
{
background-color: #CC11C2;
}
</style>
border-color css
<style>
span { border-color: #CC11C2; }
span { border-color: rgb(204,17,194); }
td.TdClassName
{
border-color: #CC11C2;
}
.TagClassName
{
border-color: #CC11C2;
}
</style>