Shades of Deep Magenta #C00ABC
Tints of Deep Magenta #C00ABC
RGB
CMYK
RGB Variations
Color information
#C00ABC (or 0xC00ABC) is known color: Deep Magenta. HEX triplet: C0, 0A and BC. RGB value is (192,10,188). Sum of RGB (Red+Green+Blue) = 192+10+188=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C00ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ABC is #3FF543. Grayscale: #545454. Windows color (decimal): -4191556 or 12323520. OLE color: 12323520.
HSL color Cylindrical-coordinate representation of color #C00ABC: hue angle of 301.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00ABC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.25 |
| HSL | 301.32º | 0.9% | 0.4% | - |
| HSV(B) | 301.32º | 0.95% | 0.75% | - |
| XYZ | 30.92 | 15.05 | 48.85 | - |
| YUV | 84.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 188 | 0 | 0.95 | 0.02 | 0.25 | 301.32 | 0.9 | 0.4 |
| Hex | C0 | A | BC | 0 | 5F | 2 | 19 | 12D | 5A | 28 |
| Octal | 300 | 12 | 274 | 0 | 137 | 2 | 31 | 455 | 132 | 50 |
| Binary | 11000000 | 1010 | 10111100 | 0 | 1011111 | 10 | 11001 | 100101101 | 1011010 | 101000 |
Color Harmonies of #C00ABC
Complementary color
Monochromatic Colors of #C00ABC
Black with #C00ABC
Text Example
Text Example
White with #C00ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ABC; }
p { color: rgb(192,10,188); }
H1.HeaderClassName
{
color: #C00ABC;
}
.AnyTagClassName
{
color: #C00ABC;
}
</style>
background-color css
<style>
a { background-color: #C00ABC; }
a { background-color: rgb(192,10,188); }
div.DivClassName
{
background-color: #C00ABC;
}
.BgClassName
{
background-color: #C00ABC;
}
</style>
border-color css
<style>
span { border-color: #C00ABC; }
span { border-color: rgb(192,10,188); }
td.TdClassName
{
border-color: #C00ABC;
}
.TagClassName
{
border-color: #C00ABC;
}
</style>