Shades of Deep Magenta #C208DC
Tints of Deep Magenta #C208DC
RGB
CMYK
RGB Variations
Color information
#C208DC (or 0xC208DC) is known color: Deep Magenta. HEX triplet: C2, 08 and DC. RGB value is (194,8,220). Sum of RGB (Red+Green+Blue) = 194+8+220=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C208DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208DC is #3DF723. Grayscale: #575757. Windows color (decimal): -4060964 or 14420162. OLE color: 14420162.
HSL color Cylindrical-coordinate representation of color #C208DC: hue angle of 292.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208DC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 8 | 220 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.14 |
| HSL | 292.64º | 0.93% | 0.45% | - |
| HSV(B) | 292.64º | 0.96% | 0.86% | - |
| XYZ | 35.25 | 16.81 | 69.1 | - |
| YUV | 87.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 220 | 0.12 | 0.96 | 0 | 0.14 | 292.64 | 0.93 | 0.45 |
| Hex | C2 | 8 | DC | C | 60 | 0 | E | 125 | 5D | 2D |
| Octal | 302 | 10 | 334 | 14 | 140 | 0 | 16 | 445 | 135 | 55 |
| Binary | 11000010 | 1000 | 11011100 | 1100 | 1100000 | 0 | 1110 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C208DC
Complementary color
Monochromatic Colors of #C208DC
Black with #C208DC
Text Example
Text Example
White with #C208DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208DC; }
p { color: rgb(194,8,220); }
H1.HeaderClassName
{
color: #C208DC;
}
.AnyTagClassName
{
color: #C208DC;
}
</style>
background-color css
<style>
a { background-color: #C208DC; }
a { background-color: rgb(194,8,220); }
div.DivClassName
{
background-color: #C208DC;
}
.BgClassName
{
background-color: #C208DC;
}
</style>
border-color css
<style>
span { border-color: #C208DC; }
span { border-color: rgb(194,8,220); }
td.TdClassName
{
border-color: #C208DC;
}
.TagClassName
{
border-color: #C208DC;
}
</style>