Shades of Deep Magenta #CC11AD
Tints of Deep Magenta #CC11AD
RGB
CMYK
RGB Variations
Color information
#CC11AD (or 0xCC11AD) is known color: Deep Magenta. HEX triplet: CC, 11 and AD. RGB value is (204,17,173). Sum of RGB (Red+Green+Blue) = 204+17+173=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC11AD is #33EE52. Grayscale: #5A5A5A. Windows color (decimal): -3403347 or 11342284. OLE color: 11342284.
HSL color Cylindrical-coordinate representation of color #CC11AD: hue angle of 309.95º 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 #CC11AD is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.2 |
| HSL | 309.95º | 0.85% | 0.43% | - |
| HSV(B) | 309.95º | 0.92% | 0.8% | - |
| XYZ | 32.65 | 16.26 | 40.95 | - |
| YUV | 90.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 173 | 0 | 0.92 | 0.15 | 0.2 | 309.95 | 0.85 | 0.43 |
| Hex | CC | 11 | AD | 0 | 5C | F | 14 | 136 | 55 | 2B |
| Octal | 314 | 21 | 255 | 0 | 134 | 17 | 24 | 466 | 125 | 53 |
| Binary | 11001100 | 10001 | 10101101 | 0 | 1011100 | 1111 | 10100 | 100110110 | 1010101 | 101011 |
Color Harmonies of #CC11AD
Complementary color
Monochromatic Colors of #CC11AD
Black with #CC11AD
Text Example
Text Example
White with #CC11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11AD; }
p { color: rgb(204,17,173); }
H1.HeaderClassName
{
color: #CC11AD;
}
.AnyTagClassName
{
color: #CC11AD;
}
</style>
background-color css
<style>
a { background-color: #CC11AD; }
a { background-color: rgb(204,17,173); }
div.DivClassName
{
background-color: #CC11AD;
}
.BgClassName
{
background-color: #CC11AD;
}
</style>
border-color css
<style>
span { border-color: #CC11AD; }
span { border-color: rgb(204,17,173); }
td.TdClassName
{
border-color: #CC11AD;
}
.TagClassName
{
border-color: #CC11AD;
}
</style>