Shades of Deep Magenta #C105AD
Tints of Deep Magenta #C105AD
RGB
CMYK
RGB Variations
Color information
#C105AD (or 0xC105AD) is known color: Deep Magenta. HEX triplet: C1, 05 and AD. RGB value is (193,5,173). Sum of RGB (Red+Green+Blue) = 193+5+173=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C105AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C105AD is #3EFA52. Grayscale: #4F4F4F. Windows color (decimal): -4127315 or 11339201. OLE color: 11339201.
HSL color Cylindrical-coordinate representation of color #C105AD: hue angle of 306.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C105AD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.24 |
| HSL | 306.38º | 0.95% | 0.39% | - |
| HSV(B) | 306.38º | 0.97% | 0.76% | - |
| XYZ | 29.59 | 14.46 | 40.77 | - |
| YUV | 80.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 173 | 0 | 0.97 | 0.10 | 0.24 | 306.38 | 0.95 | 0.39 |
| Hex | C1 | 5 | AD | 0 | 61 | A | 18 | 132 | 5F | 27 |
| Octal | 301 | 5 | 255 | 0 | 141 | 12 | 30 | 462 | 137 | 47 |
| Binary | 11000001 | 101 | 10101101 | 0 | 1100001 | 1010 | 11000 | 100110010 | 1011111 | 100111 |
Color Harmonies of #C105AD
Complementary color
Monochromatic Colors of #C105AD
Black with #C105AD
Text Example
Text Example
White with #C105AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105AD; }
p { color: rgb(193,5,173); }
H1.HeaderClassName
{
color: #C105AD;
}
.AnyTagClassName
{
color: #C105AD;
}
</style>
background-color css
<style>
a { background-color: #C105AD; }
a { background-color: rgb(193,5,173); }
div.DivClassName
{
background-color: #C105AD;
}
.BgClassName
{
background-color: #C105AD;
}
</style>
border-color css
<style>
span { border-color: #C105AD; }
span { border-color: rgb(193,5,173); }
td.TdClassName
{
border-color: #C105AD;
}
.TagClassName
{
border-color: #C105AD;
}
</style>