Shades of Deep Magenta #C201A6
Tints of Deep Magenta #C201A6
RGB
CMYK
RGB Variations
Color information
#C201A6 (or 0xC201A6) is known color: Deep Magenta. HEX triplet: C2, 01 and A6. RGB value is (194,1,166). Sum of RGB (Red+Green+Blue) = 194+1+166=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C201A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201A6 is #3DFE59. Grayscale: #4D4D4D. Windows color (decimal): -4062810 or 10879426. OLE color: 10879426.
HSL color Cylindrical-coordinate representation of color #C201A6: hue angle of 308.7º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201A6 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.24 |
| HSL | 308.7º | 0.99% | 0.38% | - |
| HSV(B) | 308.7º | 0.99% | 0.76% | - |
| XYZ | 29.14 | 14.24 | 37.29 | - |
| YUV | 77.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 166 | 0 | 0.99 | 0.14 | 0.24 | 308.7 | 0.99 | 0.38 |
| Hex | C2 | 1 | A6 | 0 | 63 | E | 18 | 135 | 63 | 26 |
| Octal | 302 | 1 | 246 | 0 | 143 | 16 | 30 | 465 | 143 | 46 |
| Binary | 11000010 | 1 | 10100110 | 0 | 1100011 | 1110 | 11000 | 100110101 | 1100011 | 100110 |
Color Harmonies of #C201A6
Complementary color
Monochromatic Colors of #C201A6
Black with #C201A6
Text Example
Text Example
White with #C201A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201A6; }
p { color: rgb(194,1,166); }
H1.HeaderClassName
{
color: #C201A6;
}
.AnyTagClassName
{
color: #C201A6;
}
</style>
background-color css
<style>
a { background-color: #C201A6; }
a { background-color: rgb(194,1,166); }
div.DivClassName
{
background-color: #C201A6;
}
.BgClassName
{
background-color: #C201A6;
}
</style>
border-color css
<style>
span { border-color: #C201A6; }
span { border-color: rgb(194,1,166); }
td.TdClassName
{
border-color: #C201A6;
}
.TagClassName
{
border-color: #C201A6;
}
</style>