Shades of Deep Magenta #C201C8
Tints of Deep Magenta #C201C8
RGB
CMYK
RGB Variations
Color information
#C201C8 (or 0xC201C8) is known color: Deep Magenta. HEX triplet: C2, 01 and C8. RGB value is (194,1,200). Sum of RGB (Red+Green+Blue) = 194+1+200=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #C201C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201C8 is #3DFE37. Grayscale: #505050. Windows color (decimal): -4062776 or 13107650. OLE color: 13107650.
HSL color Cylindrical-coordinate representation of color #C201C8: hue angle of 298.19º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201C8 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 1 | 200 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.22 |
| HSL | 298.19º | 0.99% | 0.39% | - |
| HSV(B) | 298.19º | 1% | 0.78% | - |
| XYZ | 32.68 | 15.66 | 55.94 | - |
| YUV | 81.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 200 | 0.03 | 1.00 | 0 | 0.22 | 298.19 | 0.99 | 0.39 |
| Hex | C2 | 1 | C8 | 3 | 64 | 0 | 16 | 12A | 63 | 27 |
| Octal | 302 | 1 | 310 | 3 | 144 | 0 | 26 | 452 | 143 | 47 |
| Binary | 11000010 | 1 | 11001000 | 11 | 1100100 | 0 | 10110 | 100101010 | 1100011 | 100111 |
Color Harmonies of #C201C8
Complementary color
Monochromatic Colors of #C201C8
Black with #C201C8
Text Example
Text Example
White with #C201C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201C8; }
p { color: rgb(194,1,200); }
H1.HeaderClassName
{
color: #C201C8;
}
.AnyTagClassName
{
color: #C201C8;
}
</style>
background-color css
<style>
a { background-color: #C201C8; }
a { background-color: rgb(194,1,200); }
div.DivClassName
{
background-color: #C201C8;
}
.BgClassName
{
background-color: #C201C8;
}
</style>
border-color css
<style>
span { border-color: #C201C8; }
span { border-color: rgb(194,1,200); }
td.TdClassName
{
border-color: #C201C8;
}
.TagClassName
{
border-color: #C201C8;
}
</style>