Shades of Deep Magenta #C10DAB
Tints of Deep Magenta #C10DAB
RGB
CMYK
RGB Variations
Color information
#C10DAB (or 0xC10DAB) is known color: Deep Magenta. HEX triplet: C1, 0D and AB. RGB value is (193,13,171). Sum of RGB (Red+Green+Blue) = 193+13+171=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10DAB is #3EF254. Grayscale: #545454. Windows color (decimal): -4125269 or 11210177. OLE color: 11210177.
HSL color Cylindrical-coordinate representation of color #C10DAB: hue angle of 307.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DAB is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.24 |
| HSL | 307.33º | 0.87% | 0.4% | - |
| HSV(B) | 307.33º | 0.93% | 0.76% | - |
| XYZ | 29.49 | 14.57 | 39.79 | - |
| YUV | 84.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 171 | 0 | 0.93 | 0.11 | 0.24 | 307.33 | 0.87 | 0.4 |
| Hex | C1 | D | AB | 0 | 5D | B | 18 | 133 | 57 | 28 |
| Octal | 301 | 15 | 253 | 0 | 135 | 13 | 30 | 463 | 127 | 50 |
| Binary | 11000001 | 1101 | 10101011 | 0 | 1011101 | 1011 | 11000 | 100110011 | 1010111 | 101000 |
Color Harmonies of #C10DAB
Complementary color
Monochromatic Colors of #C10DAB
Black with #C10DAB
Text Example
Text Example
White with #C10DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DAB; }
p { color: rgb(193,13,171); }
H1.HeaderClassName
{
color: #C10DAB;
}
.AnyTagClassName
{
color: #C10DAB;
}
</style>
background-color css
<style>
a { background-color: #C10DAB; }
a { background-color: rgb(193,13,171); }
div.DivClassName
{
background-color: #C10DAB;
}
.BgClassName
{
background-color: #C10DAB;
}
</style>
border-color css
<style>
span { border-color: #C10DAB; }
span { border-color: rgb(193,13,171); }
td.TdClassName
{
border-color: #C10DAB;
}
.TagClassName
{
border-color: #C10DAB;
}
</style>