Shades of Deep Magenta #CC11CF
Tints of Deep Magenta #CC11CF
RGB
CMYK
RGB Variations
Color information
#CC11CF (or 0xCC11CF) is known color: Deep Magenta. HEX triplet: CC, 11 and CF. RGB value is (204,17,207). Sum of RGB (Red+Green+Blue) = 204+17+207=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC11CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11CF is #33EE30. Grayscale: #5D5D5D. Windows color (decimal): -3403313 or 13570508. OLE color: 13570508.
HSL color Cylindrical-coordinate representation of color #CC11CF: hue angle of 299.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11CF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 17 | 207 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.19 |
| HSL | 299.05º | 0.85% | 0.44% | - |
| HSV(B) | 299.05º | 0.92% | 0.81% | - |
| XYZ | 36.36 | 17.74 | 60.54 | - |
| YUV | 94.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 207 | 0.01 | 0.92 | 0 | 0.19 | 299.05 | 0.85 | 0.44 |
| Hex | CC | 11 | CF | 1 | 5C | 0 | 13 | 12B | 55 | 2C |
| Octal | 314 | 21 | 317 | 1 | 134 | 0 | 23 | 453 | 125 | 54 |
| Binary | 11001100 | 10001 | 11001111 | 1 | 1011100 | 0 | 10011 | 100101011 | 1010101 | 101100 |
Color Harmonies of #CC11CF
Complementary color
Monochromatic Colors of #CC11CF
Black with #CC11CF
Text Example
Text Example
White with #CC11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11CF; }
p { color: rgb(204,17,207); }
H1.HeaderClassName
{
color: #CC11CF;
}
.AnyTagClassName
{
color: #CC11CF;
}
</style>
background-color css
<style>
a { background-color: #CC11CF; }
a { background-color: rgb(204,17,207); }
div.DivClassName
{
background-color: #CC11CF;
}
.BgClassName
{
background-color: #CC11CF;
}
</style>
border-color css
<style>
span { border-color: #CC11CF; }
span { border-color: rgb(204,17,207); }
td.TdClassName
{
border-color: #CC11CF;
}
.TagClassName
{
border-color: #CC11CF;
}
</style>