Shades of Deep Magenta #C10ABF
Tints of Deep Magenta #C10ABF
RGB
CMYK
RGB Variations
Color information
#C10ABF (or 0xC10ABF) is known color: Deep Magenta. HEX triplet: C1, 0A and BF. RGB value is (193,10,191). Sum of RGB (Red+Green+Blue) = 193+10+191=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C10ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ABF is #3EF540. Grayscale: #545454. Windows color (decimal): -4126017 or 12520129. OLE color: 12520129.
HSL color Cylindrical-coordinate representation of color #C10ABF: hue angle of 300.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10ABF is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.24 |
| HSL | 300.66º | 0.9% | 0.4% | - |
| HSV(B) | 300.66º | 0.95% | 0.76% | - |
| XYZ | 31.5 | 15.32 | 50.59 | - |
| YUV | 85.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 191 | 0 | 0.95 | 0.01 | 0.24 | 300.66 | 0.9 | 0.4 |
| Hex | C1 | A | BF | 0 | 5F | 1 | 18 | 12D | 5A | 28 |
| Octal | 301 | 12 | 277 | 0 | 137 | 1 | 30 | 455 | 132 | 50 |
| Binary | 11000001 | 1010 | 10111111 | 0 | 1011111 | 1 | 11000 | 100101101 | 1011010 | 101000 |
Color Harmonies of #C10ABF
Complementary color
Monochromatic Colors of #C10ABF
Black with #C10ABF
Text Example
Text Example
White with #C10ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ABF; }
p { color: rgb(193,10,191); }
H1.HeaderClassName
{
color: #C10ABF;
}
.AnyTagClassName
{
color: #C10ABF;
}
</style>
background-color css
<style>
a { background-color: #C10ABF; }
a { background-color: rgb(193,10,191); }
div.DivClassName
{
background-color: #C10ABF;
}
.BgClassName
{
background-color: #C10ABF;
}
</style>
border-color css
<style>
span { border-color: #C10ABF; }
span { border-color: rgb(193,10,191); }
td.TdClassName
{
border-color: #C10ABF;
}
.TagClassName
{
border-color: #C10ABF;
}
</style>