Shades of Deep Magenta #C00ACC
Tints of Deep Magenta #C00ACC
RGB
CMYK
RGB Variations
Color information
#C00ACC (or 0xC00ACC) is known color: Deep Magenta. HEX triplet: C0, 0A and CC. RGB value is (192,10,204). Sum of RGB (Red+Green+Blue) = 192+10+204=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C00ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ACC is #3FF533. Grayscale: #555555. Windows color (decimal): -4191540 or 13372096. OLE color: 13372096.
HSL color Cylindrical-coordinate representation of color #C00ACC: hue angle of 296.29º 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 #C00ACC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 10 | 204 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.2 |
| HSL | 296.29º | 0.91% | 0.42% | - |
| HSV(B) | 296.29º | 0.95% | 0.8% | - |
| XYZ | 32.75 | 15.78 | 58.45 | - |
| YUV | 86.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 204 | 0.06 | 0.95 | 0 | 0.2 | 296.29 | 0.91 | 0.42 |
| Hex | C0 | A | CC | 6 | 5F | 0 | 14 | 128 | 5B | 2A |
| Octal | 300 | 12 | 314 | 6 | 137 | 0 | 24 | 450 | 133 | 52 |
| Binary | 11000000 | 1010 | 11001100 | 110 | 1011111 | 0 | 10100 | 100101000 | 1011011 | 101010 |
Color Harmonies of #C00ACC
Complementary color
Monochromatic Colors of #C00ACC
Black with #C00ACC
Text Example
Text Example
White with #C00ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ACC; }
p { color: rgb(192,10,204); }
H1.HeaderClassName
{
color: #C00ACC;
}
.AnyTagClassName
{
color: #C00ACC;
}
</style>
background-color css
<style>
a { background-color: #C00ACC; }
a { background-color: rgb(192,10,204); }
div.DivClassName
{
background-color: #C00ACC;
}
.BgClassName
{
background-color: #C00ACC;
}
</style>
border-color css
<style>
span { border-color: #C00ACC; }
span { border-color: rgb(192,10,204); }
td.TdClassName
{
border-color: #C00ACC;
}
.TagClassName
{
border-color: #C00ACC;
}
</style>