Shades of Deep Magenta #C00ABF
Tints of Deep Magenta #C00ABF
RGB
CMYK
RGB Variations
Color information
#C00ABF (or 0xC00ABF) is known color: Deep Magenta. HEX triplet: C0, 0A and BF. RGB value is (192,10,191). Sum of RGB (Red+Green+Blue) = 192+10+191=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C00ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ABF is #3FF540. Grayscale: #545454. Windows color (decimal): -4191553 or 12520128. OLE color: 12520128.
HSL color Cylindrical-coordinate representation of color #C00ABF: hue angle of 300.33º 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 #C00ABF is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.25 |
| HSL | 300.33º | 0.9% | 0.4% | - |
| HSV(B) | 300.33º | 0.95% | 0.75% | - |
| XYZ | 31.25 | 15.19 | 50.57 | - |
| YUV | 85.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 191 | 0 | 0.95 | 0.01 | 0.25 | 300.33 | 0.9 | 0.4 |
| Hex | C0 | A | BF | 0 | 5F | 1 | 19 | 12C | 5A | 28 |
| Octal | 300 | 12 | 277 | 0 | 137 | 1 | 31 | 454 | 132 | 50 |
| Binary | 11000000 | 1010 | 10111111 | 0 | 1011111 | 1 | 11001 | 100101100 | 1011010 | 101000 |
Color Harmonies of #C00ABF
Complementary color
Monochromatic Colors of #C00ABF
Black with #C00ABF
Text Example
Text Example
White with #C00ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ABF; }
p { color: rgb(192,10,191); }
H1.HeaderClassName
{
color: #C00ABF;
}
.AnyTagClassName
{
color: #C00ABF;
}
</style>
background-color css
<style>
a { background-color: #C00ABF; }
a { background-color: rgb(192,10,191); }
div.DivClassName
{
background-color: #C00ABF;
}
.BgClassName
{
background-color: #C00ABF;
}
</style>
border-color css
<style>
span { border-color: #C00ABF; }
span { border-color: rgb(192,10,191); }
td.TdClassName
{
border-color: #C00ABF;
}
.TagClassName
{
border-color: #C00ABF;
}
</style>