Shades of Deep Magenta #C801C2
Tints of Deep Magenta #C801C2
RGB
CMYK
RGB Variations
Color information
#C801C2 (or 0xC801C2) is known color: Deep Magenta. HEX triplet: C8, 01 and C2. RGB value is (200,1,194). Sum of RGB (Red+Green+Blue) = 200+1+194=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C801C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801C2 is #37FE3D. Grayscale: #515151. Windows color (decimal): -3669566 or 12714440. OLE color: 12714440.
HSL color Cylindrical-coordinate representation of color #C801C2: hue angle of 301.81º 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 #C801C2 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.22 |
| HSL | 301.81º | 0.99% | 0.39% | - |
| HSV(B) | 301.81º | 1% | 0.78% | - |
| XYZ | 33.57 | 16.2 | 52.4 | - |
| YUV | 82.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 194 | 0 | 1.00 | 0.03 | 0.22 | 301.81 | 0.99 | 0.39 |
| Hex | C8 | 1 | C2 | 0 | 64 | 3 | 16 | 12E | 63 | 27 |
| Octal | 310 | 1 | 302 | 0 | 144 | 3 | 26 | 456 | 143 | 47 |
| Binary | 11001000 | 1 | 11000010 | 0 | 1100100 | 11 | 10110 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C801C2
Complementary color
Monochromatic Colors of #C801C2
Black with #C801C2
Text Example
Text Example
White with #C801C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801C2; }
p { color: rgb(200,1,194); }
H1.HeaderClassName
{
color: #C801C2;
}
.AnyTagClassName
{
color: #C801C2;
}
</style>
background-color css
<style>
a { background-color: #C801C2; }
a { background-color: rgb(200,1,194); }
div.DivClassName
{
background-color: #C801C2;
}
.BgClassName
{
background-color: #C801C2;
}
</style>
border-color css
<style>
span { border-color: #C801C2; }
span { border-color: rgb(200,1,194); }
td.TdClassName
{
border-color: #C801C2;
}
.TagClassName
{
border-color: #C801C2;
}
</style>