Shades of Deep Magenta #C205AD
Tints of Deep Magenta #C205AD
RGB
CMYK
RGB Variations
Color information
#C205AD (or 0xC205AD) is known color: Deep Magenta. HEX triplet: C2, 05 and AD. RGB value is (194,5,173). Sum of RGB (Red+Green+Blue) = 194+5+173=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AD is #3DFA52. Grayscale: #505050. Windows color (decimal): -4061779 or 11339202. OLE color: 11339202.
HSL color Cylindrical-coordinate representation of color #C205AD: hue angle of 306.67º 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 #C205AD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.24 |
| HSL | 306.67º | 0.95% | 0.39% | - |
| HSV(B) | 306.67º | 0.97% | 0.76% | - |
| XYZ | 29.85 | 14.6 | 40.78 | - |
| YUV | 80.66 | 180.12 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 173 | 0 | 0.97 | 0.11 | 0.24 | 306.67 | 0.95 | 0.39 |
| Hex | C2 | 5 | AD | 0 | 61 | B | 18 | 133 | 5F | 27 |
| Octal | 302 | 5 | 255 | 0 | 141 | 13 | 30 | 463 | 137 | 47 |
| Binary | 11000010 | 101 | 10101101 | 0 | 1100001 | 1011 | 11000 | 100110011 | 1011111 | 100111 |
Color Harmonies of #C205AD
Complementary color
Monochromatic Colors of #C205AD
Black with #C205AD
Text Example
Text Example
White with #C205AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205AD; }
p { color: rgb(194,5,173); }
H1.HeaderClassName
{
color: #C205AD;
}
.AnyTagClassName
{
color: #C205AD;
}
</style>
background-color css
<style>
a { background-color: #C205AD; }
a { background-color: rgb(194,5,173); }
div.DivClassName
{
background-color: #C205AD;
}
.BgClassName
{
background-color: #C205AD;
}
</style>
border-color css
<style>
span { border-color: #C205AD; }
span { border-color: rgb(194,5,173); }
td.TdClassName
{
border-color: #C205AD;
}
.TagClassName
{
border-color: #C205AD;
}
</style>