Shades of Deep Magenta #CC11DF
Tints of Deep Magenta #CC11DF
RGB
CMYK
RGB Variations
Color information
#CC11DF (or 0xCC11DF) is known color: Deep Magenta. HEX triplet: CC, 11 and DF. RGB value is (204,17,223). Sum of RGB (Red+Green+Blue) = 204+17+223=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11DF is #33EE20. Grayscale: #5F5F5F. Windows color (decimal): -3403297 or 14619084. OLE color: 14619084.
HSL color Cylindrical-coordinate representation of color #CC11DF: hue angle of 294.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11DF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 17 | 223 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.47º | 0.86% | 0.47% | - |
| HSV(B) | 294.47º | 0.92% | 0.87% | - |
| XYZ | 38.42 | 18.57 | 71.37 | - |
| YUV | 96.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 223 | 0.09 | 0.92 | 0 | 0.13 | 294.47 | 0.86 | 0.47 |
| Hex | CC | 11 | DF | 9 | 5C | 0 | D | 126 | 56 | 2F |
| Octal | 314 | 21 | 337 | 11 | 134 | 0 | 15 | 446 | 126 | 57 |
| Binary | 11001100 | 10001 | 11011111 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010110 | 101111 |
Color Harmonies of #CC11DF
Complementary color
Monochromatic Colors of #CC11DF
Black with #CC11DF
Text Example
Text Example
White with #CC11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11DF; }
p { color: rgb(204,17,223); }
H1.HeaderClassName
{
color: #CC11DF;
}
.AnyTagClassName
{
color: #CC11DF;
}
</style>
background-color css
<style>
a { background-color: #CC11DF; }
a { background-color: rgb(204,17,223); }
div.DivClassName
{
background-color: #CC11DF;
}
.BgClassName
{
background-color: #CC11DF;
}
</style>
border-color css
<style>
span { border-color: #CC11DF; }
span { border-color: rgb(204,17,223); }
td.TdClassName
{
border-color: #CC11DF;
}
.TagClassName
{
border-color: #CC11DF;
}
</style>