Shades of Deep Magenta #C200E0
Tints of Deep Magenta #C200E0
RGB
CMYK
RGB Variations
Color information
#C200E0 (or 0xC200E0) is known color: Deep Magenta. HEX triplet: C2, 00 and E0. RGB value is (194,0,224). Sum of RGB (Red+Green+Blue) = 194+0+224=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #C200E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200E0 is #3DFF1F. Grayscale: #525252. Windows color (decimal): -4063008 or 14680258. OLE color: 14680258.
HSL color Cylindrical-coordinate representation of color #C200E0: hue angle of 291.96º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E0 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 0 | 224 | - |
| CMYK | 0.13 | 1 | 0 | 0.12 |
| HSL | 291.96º | 1% | 0.44% | - |
| HSV(B) | 291.96º | 1% | 0.88% | - |
| XYZ | 35.7 | 16.85 | 71.89 | - |
| YUV | 83.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 224 | 0.13 | 1 | 0 | 0.12 | 291.96 | 1 | 0.44 |
| Hex | C2 | 0 | E0 | D | 64 | 0 | C | 124 | 64 | 2C |
| Octal | 302 | 0 | 340 | 15 | 144 | 0 | 14 | 444 | 144 | 54 |
| Binary | 11000010 | 0 | 11100000 | 1101 | 1100100 | 0 | 1100 | 100100100 | 1100100 | 101100 |
Color Harmonies of #C200E0
Complementary color
Monochromatic Colors of #C200E0
Black with #C200E0
Text Example
Text Example
White with #C200E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E0; }
p { color: rgb(194,0,224); }
H1.HeaderClassName
{
color: #C200E0;
}
.AnyTagClassName
{
color: #C200E0;
}
</style>
background-color css
<style>
a { background-color: #C200E0; }
a { background-color: rgb(194,0,224); }
div.DivClassName
{
background-color: #C200E0;
}
.BgClassName
{
background-color: #C200E0;
}
</style>
border-color css
<style>
span { border-color: #C200E0; }
span { border-color: rgb(194,0,224); }
td.TdClassName
{
border-color: #C200E0;
}
.TagClassName
{
border-color: #C200E0;
}
</style>