Shades of Deep Magenta #C205DD
Tints of Deep Magenta #C205DD
RGB
CMYK
RGB Variations
Color information
#C205DD (or 0xC205DD) is known color: Deep Magenta. HEX triplet: C2, 05 and DD. RGB value is (194,5,221). Sum of RGB (Red+Green+Blue) = 194+5+221=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C205DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205DD is #3DFA22. Grayscale: #555555. Windows color (decimal): -4061731 or 14484930. OLE color: 14484930.
HSL color Cylindrical-coordinate representation of color #C205DD: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205DD is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 5 | 221 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.13 |
| HSL | 292.5º | 0.96% | 0.44% | - |
| HSV(B) | 292.5º | 0.98% | 0.87% | - |
| XYZ | 35.35 | 16.8 | 69.79 | - |
| YUV | 86.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 221 | 0.12 | 0.98 | 0 | 0.13 | 292.5 | 0.96 | 0.44 |
| Hex | C2 | 5 | DD | C | 62 | 0 | D | 124 | 60 | 2C |
| Octal | 302 | 5 | 335 | 14 | 142 | 0 | 15 | 444 | 140 | 54 |
| Binary | 11000010 | 101 | 11011101 | 1100 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C205DD
Complementary color
Monochromatic Colors of #C205DD
Black with #C205DD
Text Example
Text Example
White with #C205DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205DD; }
p { color: rgb(194,5,221); }
H1.HeaderClassName
{
color: #C205DD;
}
.AnyTagClassName
{
color: #C205DD;
}
</style>
background-color css
<style>
a { background-color: #C205DD; }
a { background-color: rgb(194,5,221); }
div.DivClassName
{
background-color: #C205DD;
}
.BgClassName
{
background-color: #C205DD;
}
</style>
border-color css
<style>
span { border-color: #C205DD; }
span { border-color: rgb(194,5,221); }
td.TdClassName
{
border-color: #C205DD;
}
.TagClassName
{
border-color: #C205DD;
}
</style>