Shades of Deep Magenta #C210AD
Tints of Deep Magenta #C210AD
RGB
CMYK
RGB Variations
Color information
#C210AD (or 0xC210AD) is known color: Deep Magenta. HEX triplet: C2, 10 and AD. RGB value is (194,16,173). Sum of RGB (Red+Green+Blue) = 194+16+173=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AD is #3DEF52. Grayscale: #565656. Windows color (decimal): -4058963 or 11342018. OLE color: 11342018.
HSL color Cylindrical-coordinate representation of color #C210AD: hue angle of 307.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210AD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.24 |
| HSL | 307.08º | 0.85% | 0.41% | - |
| HSV(B) | 307.08º | 0.92% | 0.76% | - |
| XYZ | 29.98 | 14.86 | 40.82 | - |
| YUV | 87.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 173 | 0 | 0.92 | 0.11 | 0.24 | 307.08 | 0.85 | 0.41 |
| Hex | C2 | 10 | AD | 0 | 5C | B | 18 | 133 | 55 | 29 |
| Octal | 302 | 20 | 255 | 0 | 134 | 13 | 30 | 463 | 125 | 51 |
| Binary | 11000010 | 10000 | 10101101 | 0 | 1011100 | 1011 | 11000 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C210AD
Complementary color
Monochromatic Colors of #C210AD
Black with #C210AD
Text Example
Text Example
White with #C210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210AD; }
p { color: rgb(194,16,173); }
H1.HeaderClassName
{
color: #C210AD;
}
.AnyTagClassName
{
color: #C210AD;
}
</style>
background-color css
<style>
a { background-color: #C210AD; }
a { background-color: rgb(194,16,173); }
div.DivClassName
{
background-color: #C210AD;
}
.BgClassName
{
background-color: #C210AD;
}
</style>
border-color css
<style>
span { border-color: #C210AD; }
span { border-color: rgb(194,16,173); }
td.TdClassName
{
border-color: #C210AD;
}
.TagClassName
{
border-color: #C210AD;
}
</style>