Shades of Deep Magenta #C200DE
Tints of Deep Magenta #C200DE
RGB
CMYK
RGB Variations
Color information
#C200DE (or 0xC200DE) is known color: Deep Magenta. HEX triplet: C2, 00 and DE. RGB value is (194,0,222). Sum of RGB (Red+Green+Blue) = 194+0+222=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #C200DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200DE is #3DFF21. Grayscale: #525252. Windows color (decimal): -4063010 or 14549186. OLE color: 14549186.
HSL color Cylindrical-coordinate representation of color #C200DE: hue angle of 292.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200DE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 0 | 222 | - |
| CMYK | 0.13 | 1 | 0 | 0.13 |
| HSL | 292.43º | 1% | 0.44% | - |
| HSV(B) | 292.43º | 1% | 0.87% | - |
| XYZ | 35.43 | 16.74 | 70.47 | - |
| YUV | 83.31 | 206.27 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 222 | 0.13 | 1 | 0 | 0.13 | 292.43 | 1 | 0.44 |
| Hex | C2 | 0 | DE | D | 64 | 0 | D | 124 | 64 | 2C |
| Octal | 302 | 0 | 336 | 15 | 144 | 0 | 15 | 444 | 144 | 54 |
| Binary | 11000010 | 0 | 11011110 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100100 | 101100 |
Color Harmonies of #C200DE
Complementary color
Monochromatic Colors of #C200DE
Black with #C200DE
Text Example
Text Example
White with #C200DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200DE; }
p { color: rgb(194,0,222); }
H1.HeaderClassName
{
color: #C200DE;
}
.AnyTagClassName
{
color: #C200DE;
}
</style>
background-color css
<style>
a { background-color: #C200DE; }
a { background-color: rgb(194,0,222); }
div.DivClassName
{
background-color: #C200DE;
}
.BgClassName
{
background-color: #C200DE;
}
</style>
border-color css
<style>
span { border-color: #C200DE; }
span { border-color: rgb(194,0,222); }
td.TdClassName
{
border-color: #C200DE;
}
.TagClassName
{
border-color: #C200DE;
}
</style>