Shades of Deep Magenta #C200E2
Tints of Deep Magenta #C200E2
RGB
CMYK
RGB Variations
Color information
#C200E2 (or 0xC200E2) is known color: Deep Magenta. HEX triplet: C2, 00 and E2. RGB value is (194,0,226). Sum of RGB (Red+Green+Blue) = 194+0+226=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #C200E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200E2 is #3DFF1D. Grayscale: #535353. Windows color (decimal): -4063006 or 14811330. OLE color: 14811330.
HSL color Cylindrical-coordinate representation of color #C200E2: hue angle of 291.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E2 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 0 | 226 | - |
| CMYK | 0.14 | 1 | 0 | 0.11 |
| HSL | 291.5º | 1% | 0.44% | - |
| HSV(B) | 291.5º | 1% | 0.89% | - |
| XYZ | 35.98 | 16.96 | 73.33 | - |
| YUV | 83.77 | 208.27 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 226 | 0.14 | 1 | 0 | 0.11 | 291.5 | 1 | 0.44 |
| Hex | C2 | 0 | E2 | E | 64 | 0 | B | 124 | 64 | 2C |
| Octal | 302 | 0 | 342 | 16 | 144 | 0 | 13 | 444 | 144 | 54 |
| Binary | 11000010 | 0 | 11100010 | 1110 | 1100100 | 0 | 1011 | 100100100 | 1100100 | 101100 |
Color Harmonies of #C200E2
Complementary color
Monochromatic Colors of #C200E2
Black with #C200E2
Text Example
Text Example
White with #C200E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E2; }
p { color: rgb(194,0,226); }
H1.HeaderClassName
{
color: #C200E2;
}
.AnyTagClassName
{
color: #C200E2;
}
</style>
background-color css
<style>
a { background-color: #C200E2; }
a { background-color: rgb(194,0,226); }
div.DivClassName
{
background-color: #C200E2;
}
.BgClassName
{
background-color: #C200E2;
}
</style>
border-color css
<style>
span { border-color: #C200E2; }
span { border-color: rgb(194,0,226); }
td.TdClassName
{
border-color: #C200E2;
}
.TagClassName
{
border-color: #C200E2;
}
</style>