Shades of Deep Magenta #C10ABB
Tints of Deep Magenta #C10ABB
RGB
CMYK
RGB Variations
Color information
#C10ABB (or 0xC10ABB) is known color: Deep Magenta. HEX triplet: C1, 0A and BB. RGB value is (193,10,187). Sum of RGB (Red+Green+Blue) = 193+10+187=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C10ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ABB is #3EF544. Grayscale: #545454. Windows color (decimal): -4126021 or 12257985. OLE color: 12257985.
HSL color Cylindrical-coordinate representation of color #C10ABB: hue angle of 301.97º 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 #C10ABB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.24 |
| HSL | 301.97º | 0.9% | 0.4% | - |
| HSV(B) | 301.97º | 0.95% | 0.76% | - |
| XYZ | 31.07 | 15.14 | 48.3 | - |
| YUV | 84.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 187 | 0 | 0.95 | 0.03 | 0.24 | 301.97 | 0.9 | 0.4 |
| Hex | C1 | A | BB | 0 | 5F | 3 | 18 | 12E | 5A | 28 |
| Octal | 301 | 12 | 273 | 0 | 137 | 3 | 30 | 456 | 132 | 50 |
| Binary | 11000001 | 1010 | 10111011 | 0 | 1011111 | 11 | 11000 | 100101110 | 1011010 | 101000 |
Color Harmonies of #C10ABB
Complementary color
Monochromatic Colors of #C10ABB
Black with #C10ABB
Text Example
Text Example
White with #C10ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10ABB; }
p { color: rgb(193,10,187); }
H1.HeaderClassName
{
color: #C10ABB;
}
.AnyTagClassName
{
color: #C10ABB;
}
</style>
background-color css
<style>
a { background-color: #C10ABB; }
a { background-color: rgb(193,10,187); }
div.DivClassName
{
background-color: #C10ABB;
}
.BgClassName
{
background-color: #C10ABB;
}
</style>
border-color css
<style>
span { border-color: #C10ABB; }
span { border-color: rgb(193,10,187); }
td.TdClassName
{
border-color: #C10ABB;
}
.TagClassName
{
border-color: #C10ABB;
}
</style>