Shades of Deep Magenta #C200AB
Tints of Deep Magenta #C200AB
RGB
CMYK
RGB Variations
Color information
#C200AB (or 0xC200AB) is known color: Deep Magenta. HEX triplet: C2, 00 and AB. RGB value is (194,0,171). Sum of RGB (Red+Green+Blue) = 194+0+171=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AB is #3DFF54. Grayscale: #4D4D4D. Windows color (decimal): -4063061 or 11206850. OLE color: 11206850.
HSL color Cylindrical-coordinate representation of color #C200AB: hue angle of 307.11º 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 #C200AB is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.12 | 0.24 |
| HSL | 307.11º | 1% | 0.38% | - |
| HSV(B) | 307.11º | 1% | 0.76% | - |
| XYZ | 29.6 | 14.41 | 39.75 | - |
| YUV | 77.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 171 | 0 | 1 | 0.12 | 0.24 | 307.11 | 1 | 0.38 |
| Hex | C2 | 0 | AB | 0 | 64 | C | 18 | 133 | 64 | 26 |
| Octal | 302 | 0 | 253 | 0 | 144 | 14 | 30 | 463 | 144 | 46 |
| Binary | 11000010 | 0 | 10101011 | 0 | 1100100 | 1100 | 11000 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C200AB
Complementary color
Monochromatic Colors of #C200AB
Black with #C200AB
Text Example
Text Example
White with #C200AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200AB; }
p { color: rgb(194,0,171); }
H1.HeaderClassName
{
color: #C200AB;
}
.AnyTagClassName
{
color: #C200AB;
}
</style>
background-color css
<style>
a { background-color: #C200AB; }
a { background-color: rgb(194,0,171); }
div.DivClassName
{
background-color: #C200AB;
}
.BgClassName
{
background-color: #C200AB;
}
</style>
border-color css
<style>
span { border-color: #C200AB; }
span { border-color: rgb(194,0,171); }
td.TdClassName
{
border-color: #C200AB;
}
.TagClassName
{
border-color: #C200AB;
}
</style>