Shades of Deep Magenta #CC11D3
Tints of Deep Magenta #CC11D3
RGB
CMYK
RGB Variations
Color information
#CC11D3 (or 0xCC11D3) is known color: Deep Magenta. HEX triplet: CC, 11 and D3. RGB value is (204,17,211). Sum of RGB (Red+Green+Blue) = 204+17+211=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC11D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11D3 is #33EE2C. Grayscale: #5E5E5E. Windows color (decimal): -3403309 or 13832652. OLE color: 13832652.
HSL color Cylindrical-coordinate representation of color #CC11D3: hue angle of 297.84º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11D3 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 17 | 211 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.17 |
| HSL | 297.84º | 0.85% | 0.45% | - |
| HSV(B) | 297.84º | 0.92% | 0.83% | - |
| XYZ | 36.86 | 17.94 | 63.15 | - |
| YUV | 95.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 211 | 0.03 | 0.92 | 0 | 0.17 | 297.84 | 0.85 | 0.45 |
| Hex | CC | 11 | D3 | 3 | 5C | 0 | 11 | 12A | 55 | 2D |
| Octal | 314 | 21 | 323 | 3 | 134 | 0 | 21 | 452 | 125 | 55 |
| Binary | 11001100 | 10001 | 11010011 | 11 | 1011100 | 0 | 10001 | 100101010 | 1010101 | 101101 |
Color Harmonies of #CC11D3
Complementary color
Monochromatic Colors of #CC11D3
Black with #CC11D3
Text Example
Text Example
White with #CC11D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11D3; }
p { color: rgb(204,17,211); }
H1.HeaderClassName
{
color: #CC11D3;
}
.AnyTagClassName
{
color: #CC11D3;
}
</style>
background-color css
<style>
a { background-color: #CC11D3; }
a { background-color: rgb(204,17,211); }
div.DivClassName
{
background-color: #CC11D3;
}
.BgClassName
{
background-color: #CC11D3;
}
</style>
border-color css
<style>
span { border-color: #CC11D3; }
span { border-color: rgb(204,17,211); }
td.TdClassName
{
border-color: #CC11D3;
}
.TagClassName
{
border-color: #CC11D3;
}
</style>