Shades of Deep Magenta #C208D9
Tints of Deep Magenta #C208D9
RGB
CMYK
RGB Variations
Color information
#C208D9 (or 0xC208D9) is known color: Deep Magenta. HEX triplet: C2, 08 and D9. RGB value is (194,8,217). Sum of RGB (Red+Green+Blue) = 194+8+217=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #C208D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208D9 is #3DF726. Grayscale: #565656. Windows color (decimal): -4060967 or 14223554. OLE color: 14223554.
HSL color Cylindrical-coordinate representation of color #C208D9: hue angle of 293.4º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208D9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 8 | 217 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 293.4º | 0.93% | 0.44% | - |
| HSV(B) | 293.4º | 0.96% | 0.85% | - |
| XYZ | 34.86 | 16.65 | 67.02 | - |
| YUV | 87.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 217 | 0.11 | 0.96 | 0 | 0.15 | 293.4 | 0.93 | 0.44 |
| Hex | C2 | 8 | D9 | B | 60 | 0 | F | 125 | 5D | 2C |
| Octal | 302 | 10 | 331 | 13 | 140 | 0 | 17 | 445 | 135 | 54 |
| Binary | 11000010 | 1000 | 11011001 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011101 | 101100 |
Color Harmonies of #C208D9
Complementary color
Monochromatic Colors of #C208D9
Black with #C208D9
Text Example
Text Example
White with #C208D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208D9; }
p { color: rgb(194,8,217); }
H1.HeaderClassName
{
color: #C208D9;
}
.AnyTagClassName
{
color: #C208D9;
}
</style>
background-color css
<style>
a { background-color: #C208D9; }
a { background-color: rgb(194,8,217); }
div.DivClassName
{
background-color: #C208D9;
}
.BgClassName
{
background-color: #C208D9;
}
</style>
border-color css
<style>
span { border-color: #C208D9; }
span { border-color: rgb(194,8,217); }
td.TdClassName
{
border-color: #C208D9;
}
.TagClassName
{
border-color: #C208D9;
}
</style>