Shades of Deep Magenta #C10AB6
Tints of Deep Magenta #C10AB6
RGB
CMYK
RGB Variations
Color information
#C10AB6 (or 0xC10AB6) is known color: Deep Magenta. HEX triplet: C1, 0A and B6. RGB value is (193,10,182). Sum of RGB (Red+Green+Blue) = 193+10+182=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AB6 is #3EF549. Grayscale: #535353. Windows color (decimal): -4126026 or 11930305. OLE color: 11930305.
HSL color Cylindrical-coordinate representation of color #C10AB6: hue angle of 303.61º 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 #C10AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 182 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.24 |
| HSL | 303.61º | 0.9% | 0.4% | - |
| HSV(B) | 303.61º | 0.95% | 0.76% | - |
| XYZ | 30.54 | 14.93 | 45.53 | - |
| YUV | 84.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 182 | 0 | 0.95 | 0.06 | 0.24 | 303.61 | 0.9 | 0.4 |
| Hex | C1 | A | B6 | 0 | 5F | 6 | 18 | 130 | 5A | 28 |
| Octal | 301 | 12 | 266 | 0 | 137 | 6 | 30 | 460 | 132 | 50 |
| Binary | 11000001 | 1010 | 10110110 | 0 | 1011111 | 110 | 11000 | 100110000 | 1011010 | 101000 |
Color Harmonies of #C10AB6
Complementary color
Monochromatic Colors of #C10AB6
Black with #C10AB6
Text Example
Text Example
White with #C10AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AB6; }
p { color: rgb(193,10,182); }
H1.HeaderClassName
{
color: #C10AB6;
}
.AnyTagClassName
{
color: #C10AB6;
}
</style>
background-color css
<style>
a { background-color: #C10AB6; }
a { background-color: rgb(193,10,182); }
div.DivClassName
{
background-color: #C10AB6;
}
.BgClassName
{
background-color: #C10AB6;
}
</style>
border-color css
<style>
span { border-color: #C10AB6; }
span { border-color: rgb(193,10,182); }
td.TdClassName
{
border-color: #C10AB6;
}
.TagClassName
{
border-color: #C10AB6;
}
</style>