Shades of Deep Magenta #C200AC
Tints of Deep Magenta #C200AC
RGB
CMYK
RGB Variations
Color information
#C200AC (or 0xC200AC) is known color: Deep Magenta. HEX triplet: C2, 00 and AC. RGB value is (194,0,172). Sum of RGB (Red+Green+Blue) = 194+0+172=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AC is #3DFF53. Grayscale: #4D4D4D. Windows color (decimal): -4063060 or 11272386. OLE color: 11272386.
HSL color Cylindrical-coordinate representation of color #C200AC: hue angle of 306.8º 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 #C200AC is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.11 | 0.24 |
| HSL | 306.8º | 1% | 0.38% | - |
| HSV(B) | 306.8º | 1% | 0.76% | - |
| XYZ | 29.69 | 14.45 | 40.25 | - |
| YUV | 77.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 172 | 0 | 1 | 0.11 | 0.24 | 306.8 | 1 | 0.38 |
| Hex | C2 | 0 | AC | 0 | 64 | B | 18 | 133 | 64 | 26 |
| Octal | 302 | 0 | 254 | 0 | 144 | 13 | 30 | 463 | 144 | 46 |
| Binary | 11000010 | 0 | 10101100 | 0 | 1100100 | 1011 | 11000 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C200AC
Complementary color
Monochromatic Colors of #C200AC
Black with #C200AC
Text Example
Text Example
White with #C200AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200AC; }
p { color: rgb(194,0,172); }
H1.HeaderClassName
{
color: #C200AC;
}
.AnyTagClassName
{
color: #C200AC;
}
</style>
background-color css
<style>
a { background-color: #C200AC; }
a { background-color: rgb(194,0,172); }
div.DivClassName
{
background-color: #C200AC;
}
.BgClassName
{
background-color: #C200AC;
}
</style>
border-color css
<style>
span { border-color: #C200AC; }
span { border-color: rgb(194,0,172); }
td.TdClassName
{
border-color: #C200AC;
}
.TagClassName
{
border-color: #C200AC;
}
</style>