Shades of Deep Magenta #C208D0
Tints of Deep Magenta #C208D0
RGB
CMYK
RGB Variations
Color information
#C208D0 (or 0xC208D0) is known color: Deep Magenta. HEX triplet: C2, 08 and D0. RGB value is (194,8,208). Sum of RGB (Red+Green+Blue) = 194+8+208=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #C208D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208D0 is #3DF72F. Grayscale: #555555. Windows color (decimal): -4060976 or 13633730. OLE color: 13633730.
HSL color Cylindrical-coordinate representation of color #C208D0: hue angle of 295.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208D0 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 8 | 208 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.18 |
| HSL | 295.8º | 0.93% | 0.42% | - |
| HSV(B) | 295.8º | 0.96% | 0.82% | - |
| XYZ | 33.72 | 16.2 | 61.02 | - |
| YUV | 86.41 | 196.62 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 208 | 0.07 | 0.96 | 0 | 0.18 | 295.8 | 0.93 | 0.42 |
| Hex | C2 | 8 | D0 | 7 | 60 | 0 | 12 | 128 | 5D | 2A |
| Octal | 302 | 10 | 320 | 7 | 140 | 0 | 22 | 450 | 135 | 52 |
| Binary | 11000010 | 1000 | 11010000 | 111 | 1100000 | 0 | 10010 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C208D0
Complementary color
Monochromatic Colors of #C208D0
Black with #C208D0
Text Example
Text Example
White with #C208D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208D0; }
p { color: rgb(194,8,208); }
H1.HeaderClassName
{
color: #C208D0;
}
.AnyTagClassName
{
color: #C208D0;
}
</style>
background-color css
<style>
a { background-color: #C208D0; }
a { background-color: rgb(194,8,208); }
div.DivClassName
{
background-color: #C208D0;
}
.BgClassName
{
background-color: #C208D0;
}
</style>
border-color css
<style>
span { border-color: #C208D0; }
span { border-color: rgb(194,8,208); }
td.TdClassName
{
border-color: #C208D0;
}
.TagClassName
{
border-color: #C208D0;
}
</style>