Shades of Deep Magenta #C200AD
Tints of Deep Magenta #C200AD
RGB
CMYK
RGB Variations
Color information
#C200AD (or 0xC200AD) is known color: Deep Magenta. HEX triplet: C2, 00 and AD. RGB value is (194,0,173). Sum of RGB (Red+Green+Blue) = 194+0+173=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AD is #3DFF52. Grayscale: #4D4D4D. Windows color (decimal): -4063059 or 11337922. OLE color: 11337922.
HSL color Cylindrical-coordinate representation of color #C200AD: hue angle of 306.49º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200AD is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.11 | 0.24 |
| HSL | 306.49º | 1% | 0.38% | - |
| HSV(B) | 306.49º | 1% | 0.76% | - |
| XYZ | 29.79 | 14.49 | 40.76 | - |
| YUV | 77.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 173 | 0 | 1 | 0.11 | 0.24 | 306.49 | 1 | 0.38 |
| Hex | C2 | 0 | AD | 0 | 64 | B | 18 | 132 | 64 | 26 |
| Octal | 302 | 0 | 255 | 0 | 144 | 13 | 30 | 462 | 144 | 46 |
| Binary | 11000010 | 0 | 10101101 | 0 | 1100100 | 1011 | 11000 | 100110010 | 1100100 | 100110 |
Color Harmonies of #C200AD
Complementary color
Monochromatic Colors of #C200AD
Black with #C200AD
Text Example
Text Example
White with #C200AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200AD; }
p { color: rgb(194,0,173); }
H1.HeaderClassName
{
color: #C200AD;
}
.AnyTagClassName
{
color: #C200AD;
}
</style>
background-color css
<style>
a { background-color: #C200AD; }
a { background-color: rgb(194,0,173); }
div.DivClassName
{
background-color: #C200AD;
}
.BgClassName
{
background-color: #C200AD;
}
</style>
border-color css
<style>
span { border-color: #C200AD; }
span { border-color: rgb(194,0,173); }
td.TdClassName
{
border-color: #C200AD;
}
.TagClassName
{
border-color: #C200AD;
}
</style>