Shades of Deep Magenta #C200AF
Tints of Deep Magenta #C200AF
RGB
CMYK
RGB Variations
Color information
#C200AF (or 0xC200AF) is known color: Deep Magenta. HEX triplet: C2, 00 and AF. RGB value is (194,0,175). Sum of RGB (Red+Green+Blue) = 194+0+175=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AF is #3DFF50. Grayscale: #4D4D4D. Windows color (decimal): -4063057 or 11468994. OLE color: 11468994.
HSL color Cylindrical-coordinate representation of color #C200AF: hue angle of 305.88º 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 #C200AF is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.10 | 0.24 |
| HSL | 305.88º | 1% | 0.38% | - |
| HSV(B) | 305.88º | 1% | 0.76% | - |
| XYZ | 29.99 | 14.56 | 41.79 | - |
| YUV | 77.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 175 | 0 | 1 | 0.10 | 0.24 | 305.88 | 1 | 0.38 |
| Hex | C2 | 0 | AF | 0 | 64 | A | 18 | 132 | 64 | 26 |
| Octal | 302 | 0 | 257 | 0 | 144 | 12 | 30 | 462 | 144 | 46 |
| Binary | 11000010 | 0 | 10101111 | 0 | 1100100 | 1010 | 11000 | 100110010 | 1100100 | 100110 |
Color Harmonies of #C200AF
Complementary color
Monochromatic Colors of #C200AF
Black with #C200AF
Text Example
Text Example
White with #C200AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200AF; }
p { color: rgb(194,0,175); }
H1.HeaderClassName
{
color: #C200AF;
}
.AnyTagClassName
{
color: #C200AF;
}
</style>
background-color css
<style>
a { background-color: #C200AF; }
a { background-color: rgb(194,0,175); }
div.DivClassName
{
background-color: #C200AF;
}
.BgClassName
{
background-color: #C200AF;
}
</style>
border-color css
<style>
span { border-color: #C200AF; }
span { border-color: rgb(194,0,175); }
td.TdClassName
{
border-color: #C200AF;
}
.TagClassName
{
border-color: #C200AF;
}
</style>