Shades of Deep Magenta #CC0ABC
Tints of Deep Magenta #CC0ABC
RGB
CMYK
RGB Variations
Color information
#CC0ABC (or 0xCC0ABC) is known color: Deep Magenta. HEX triplet: CC, 0A and BC. RGB value is (204,10,188). Sum of RGB (Red+Green+Blue) = 204+10+188=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ABC is #33F543. Grayscale: #575757. Windows color (decimal): -3405124 or 12323532. OLE color: 12323532.
HSL color Cylindrical-coordinate representation of color #CC0ABC: hue angle of 304.95º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.2 |
| HSL | 304.95º | 0.91% | 0.42% | - |
| HSV(B) | 304.95º | 0.95% | 0.8% | - |
| XYZ | 34.09 | 16.69 | 49 | - |
| YUV | 88.3 | 184.27 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 188 | 0 | 0.95 | 0.08 | 0.2 | 304.95 | 0.91 | 0.42 |
| Hex | CC | A | BC | 0 | 5F | 8 | 14 | 131 | 5B | 2A |
| Octal | 314 | 12 | 274 | 0 | 137 | 10 | 24 | 461 | 133 | 52 |
| Binary | 11001100 | 1010 | 10111100 | 0 | 1011111 | 1000 | 10100 | 100110001 | 1011011 | 101010 |
Color Harmonies of #CC0ABC
Complementary color
Monochromatic Colors of #CC0ABC
Black with #CC0ABC
Text Example
Text Example
White with #CC0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0ABC; }
p { color: rgb(204,10,188); }
H1.HeaderClassName
{
color: #CC0ABC;
}
.AnyTagClassName
{
color: #CC0ABC;
}
</style>
background-color css
<style>
a { background-color: #CC0ABC; }
a { background-color: rgb(204,10,188); }
div.DivClassName
{
background-color: #CC0ABC;
}
.BgClassName
{
background-color: #CC0ABC;
}
</style>
border-color css
<style>
span { border-color: #CC0ABC; }
span { border-color: rgb(204,10,188); }
td.TdClassName
{
border-color: #CC0ABC;
}
.TagClassName
{
border-color: #CC0ABC;
}
</style>