Shades of Deep Magenta #C205DE
Tints of Deep Magenta #C205DE
RGB
CMYK
RGB Variations
Color information
#C205DE (or 0xC205DE) is known color: Deep Magenta. HEX triplet: C2, 05 and DE. RGB value is (194,5,222). Sum of RGB (Red+Green+Blue) = 194+5+222=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #C205DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205DE is #3DFA21. Grayscale: #555555. Windows color (decimal): -4061730 or 14550466. OLE color: 14550466.
HSL color Cylindrical-coordinate representation of color #C205DE: hue angle of 292.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205DE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 5 | 222 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.13 |
| HSL | 292.26º | 0.96% | 0.45% | - |
| HSV(B) | 292.26º | 0.98% | 0.87% | - |
| XYZ | 35.49 | 16.85 | 70.49 | - |
| YUV | 86.25 | 204.62 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 222 | 0.13 | 0.98 | 0 | 0.13 | 292.26 | 0.96 | 0.45 |
| Hex | C2 | 5 | DE | D | 62 | 0 | D | 124 | 60 | 2D |
| Octal | 302 | 5 | 336 | 15 | 142 | 0 | 15 | 444 | 140 | 55 |
| Binary | 11000010 | 101 | 11011110 | 1101 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C205DE
Complementary color
Monochromatic Colors of #C205DE
Black with #C205DE
Text Example
Text Example
White with #C205DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205DE; }
p { color: rgb(194,5,222); }
H1.HeaderClassName
{
color: #C205DE;
}
.AnyTagClassName
{
color: #C205DE;
}
</style>
background-color css
<style>
a { background-color: #C205DE; }
a { background-color: rgb(194,5,222); }
div.DivClassName
{
background-color: #C205DE;
}
.BgClassName
{
background-color: #C205DE;
}
</style>
border-color css
<style>
span { border-color: #C205DE; }
span { border-color: rgb(194,5,222); }
td.TdClassName
{
border-color: #C205DE;
}
.TagClassName
{
border-color: #C205DE;
}
</style>