Shades of Deep Magenta #C205D0
Tints of Deep Magenta #C205D0
RGB
CMYK
RGB Variations
Color information
#C205D0 (or 0xC205D0) is known color: Deep Magenta. HEX triplet: C2, 05 and D0. RGB value is (194,5,208). Sum of RGB (Red+Green+Blue) = 194+5+208=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #C205D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205D0 is #3DFA2F. Grayscale: #545454. Windows color (decimal): -4061744 or 13632962. OLE color: 13632962.
HSL color Cylindrical-coordinate representation of color #C205D0: hue angle of 295.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205D0 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 5 | 208 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.18 |
| HSL | 295.86º | 0.95% | 0.42% | - |
| HSV(B) | 295.86º | 0.98% | 0.82% | - |
| XYZ | 33.69 | 16.13 | 61.01 | - |
| YUV | 84.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 208 | 0.07 | 0.98 | 0 | 0.18 | 295.86 | 0.95 | 0.42 |
| Hex | C2 | 5 | D0 | 7 | 62 | 0 | 12 | 128 | 5F | 2A |
| Octal | 302 | 5 | 320 | 7 | 142 | 0 | 22 | 450 | 137 | 52 |
| Binary | 11000010 | 101 | 11010000 | 111 | 1100010 | 0 | 10010 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C205D0
Complementary color
Monochromatic Colors of #C205D0
Black with #C205D0
Text Example
Text Example
White with #C205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205D0; }
p { color: rgb(194,5,208); }
H1.HeaderClassName
{
color: #C205D0;
}
.AnyTagClassName
{
color: #C205D0;
}
</style>
background-color css
<style>
a { background-color: #C205D0; }
a { background-color: rgb(194,5,208); }
div.DivClassName
{
background-color: #C205D0;
}
.BgClassName
{
background-color: #C205D0;
}
</style>
border-color css
<style>
span { border-color: #C205D0; }
span { border-color: rgb(194,5,208); }
td.TdClassName
{
border-color: #C205D0;
}
.TagClassName
{
border-color: #C205D0;
}
</style>