Shades of Deep Magenta #C200CE
Tints of Deep Magenta #C200CE
RGB
CMYK
RGB Variations
Color information
#C200CE (or 0xC200CE) is known color: Deep Magenta. HEX triplet: C2, 00 and CE. RGB value is (194,0,206). Sum of RGB (Red+Green+Blue) = 194+0+206=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #C200CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200CE is #3DFF31. Grayscale: #505050. Windows color (decimal): -4063026 or 13500610. OLE color: 13500610.
HSL color Cylindrical-coordinate representation of color #C200CE: hue angle of 296.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200CE is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 0 | 206 | - |
| CMYK | 0.06 | 1 | 0 | 0.19 |
| HSL | 296.5º | 1% | 0.4% | - |
| HSV(B) | 296.5º | 1% | 0.81% | - |
| XYZ | 33.39 | 15.93 | 59.71 | - |
| YUV | 81.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 206 | 0.06 | 1 | 0 | 0.19 | 296.5 | 1 | 0.4 |
| Hex | C2 | 0 | CE | 6 | 64 | 0 | 13 | 129 | 64 | 28 |
| Octal | 302 | 0 | 316 | 6 | 144 | 0 | 23 | 451 | 144 | 50 |
| Binary | 11000010 | 0 | 11001110 | 110 | 1100100 | 0 | 10011 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C200CE
Complementary color
Monochromatic Colors of #C200CE
Black with #C200CE
Text Example
Text Example
White with #C200CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200CE; }
p { color: rgb(194,0,206); }
H1.HeaderClassName
{
color: #C200CE;
}
.AnyTagClassName
{
color: #C200CE;
}
</style>
background-color css
<style>
a { background-color: #C200CE; }
a { background-color: rgb(194,0,206); }
div.DivClassName
{
background-color: #C200CE;
}
.BgClassName
{
background-color: #C200CE;
}
</style>
border-color css
<style>
span { border-color: #C200CE; }
span { border-color: rgb(194,0,206); }
td.TdClassName
{
border-color: #C200CE;
}
.TagClassName
{
border-color: #C200CE;
}
</style>