Shades of Deep Magenta #C208D7
Tints of Deep Magenta #C208D7
RGB
CMYK
RGB Variations
Color information
#C208D7 (or 0xC208D7) is known color: Deep Magenta. HEX triplet: C2, 08 and D7. RGB value is (194,8,215). Sum of RGB (Red+Green+Blue) = 194+8+215=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #C208D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208D7 is #3DF728. Grayscale: #565656. Windows color (decimal): -4060969 or 14092482. OLE color: 14092482.
HSL color Cylindrical-coordinate representation of color #C208D7: hue angle of 293.91º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208D7 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 8 | 215 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.16 |
| HSL | 293.91º | 0.93% | 0.44% | - |
| HSV(B) | 293.91º | 0.96% | 0.84% | - |
| XYZ | 34.6 | 16.55 | 65.66 | - |
| YUV | 87.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 215 | 0.10 | 0.96 | 0 | 0.16 | 293.91 | 0.93 | 0.44 |
| Hex | C2 | 8 | D7 | A | 60 | 0 | 10 | 126 | 5D | 2C |
| Octal | 302 | 10 | 327 | 12 | 140 | 0 | 20 | 446 | 135 | 54 |
| Binary | 11000010 | 1000 | 11010111 | 1010 | 1100000 | 0 | 10000 | 100100110 | 1011101 | 101100 |
Color Harmonies of #C208D7
Complementary color
Monochromatic Colors of #C208D7
Black with #C208D7
Text Example
Text Example
White with #C208D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208D7; }
p { color: rgb(194,8,215); }
H1.HeaderClassName
{
color: #C208D7;
}
.AnyTagClassName
{
color: #C208D7;
}
</style>
background-color css
<style>
a { background-color: #C208D7; }
a { background-color: rgb(194,8,215); }
div.DivClassName
{
background-color: #C208D7;
}
.BgClassName
{
background-color: #C208D7;
}
</style>
border-color css
<style>
span { border-color: #C208D7; }
span { border-color: rgb(194,8,215); }
td.TdClassName
{
border-color: #C208D7;
}
.TagClassName
{
border-color: #C208D7;
}
</style>