Shades of Deep Magenta #C10AB7
Tints of Deep Magenta #C10AB7
RGB
CMYK
RGB Variations
Color information
#C10AB7 (or 0xC10AB7) is known color: Deep Magenta. HEX triplet: C1, 0A and B7. RGB value is (193,10,183). Sum of RGB (Red+Green+Blue) = 193+10+183=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AB7 is #3EF548. Grayscale: #535353. Windows color (decimal): -4126025 or 11995841. OLE color: 11995841.
HSL color Cylindrical-coordinate representation of color #C10AB7: hue angle of 303.28º 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 #C10AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.24 |
| HSL | 303.28º | 0.9% | 0.4% | - |
| HSV(B) | 303.28º | 0.95% | 0.76% | - |
| XYZ | 30.65 | 14.97 | 46.07 | - |
| YUV | 84.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 183 | 0 | 0.95 | 0.05 | 0.24 | 303.28 | 0.9 | 0.4 |
| Hex | C1 | A | B7 | 0 | 5F | 5 | 18 | 12F | 5A | 28 |
| Octal | 301 | 12 | 267 | 0 | 137 | 5 | 30 | 457 | 132 | 50 |
| Binary | 11000001 | 1010 | 10110111 | 0 | 1011111 | 101 | 11000 | 100101111 | 1011010 | 101000 |
Color Harmonies of #C10AB7
Complementary color
Monochromatic Colors of #C10AB7
Black with #C10AB7
Text Example
Text Example
White with #C10AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AB7; }
p { color: rgb(193,10,183); }
H1.HeaderClassName
{
color: #C10AB7;
}
.AnyTagClassName
{
color: #C10AB7;
}
</style>
background-color css
<style>
a { background-color: #C10AB7; }
a { background-color: rgb(193,10,183); }
div.DivClassName
{
background-color: #C10AB7;
}
.BgClassName
{
background-color: #C10AB7;
}
</style>
border-color css
<style>
span { border-color: #C10AB7; }
span { border-color: rgb(193,10,183); }
td.TdClassName
{
border-color: #C10AB7;
}
.TagClassName
{
border-color: #C10AB7;
}
</style>