Shades of Deep Magenta #C200A6
Tints of Deep Magenta #C200A6
RGB
CMYK
RGB Variations
Color information
#C200A6 (or 0xC200A6) is known color: Deep Magenta. HEX triplet: C2, 00 and A6. RGB value is (194,0,166). Sum of RGB (Red+Green+Blue) = 194+0+166=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C200A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200A6 is #3DFF59. Grayscale: #4C4C4C. Windows color (decimal): -4063066 or 10879170. OLE color: 10879170.
HSL color Cylindrical-coordinate representation of color #C200A6: hue angle of 308.66º 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 #C200A6 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.14 | 0.24 |
| HSL | 308.66º | 1% | 0.38% | - |
| HSV(B) | 308.66º | 1% | 0.76% | - |
| XYZ | 29.13 | 14.22 | 37.29 | - |
| YUV | 76.93 | 178.27 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 166 | 0 | 1 | 0.14 | 0.24 | 308.66 | 1 | 0.38 |
| Hex | C2 | 0 | A6 | 0 | 64 | E | 18 | 135 | 64 | 26 |
| Octal | 302 | 0 | 246 | 0 | 144 | 16 | 30 | 465 | 144 | 46 |
| Binary | 11000010 | 0 | 10100110 | 0 | 1100100 | 1110 | 11000 | 100110101 | 1100100 | 100110 |
Color Harmonies of #C200A6
Complementary color
Monochromatic Colors of #C200A6
Black with #C200A6
Text Example
Text Example
White with #C200A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200A6; }
p { color: rgb(194,0,166); }
H1.HeaderClassName
{
color: #C200A6;
}
.AnyTagClassName
{
color: #C200A6;
}
</style>
background-color css
<style>
a { background-color: #C200A6; }
a { background-color: rgb(194,0,166); }
div.DivClassName
{
background-color: #C200A6;
}
.BgClassName
{
background-color: #C200A6;
}
</style>
border-color css
<style>
span { border-color: #C200A6; }
span { border-color: rgb(194,0,166); }
td.TdClassName
{
border-color: #C200A6;
}
.TagClassName
{
border-color: #C200A6;
}
</style>