Shades of Deep Magenta #C205DA
Tints of Deep Magenta #C205DA
RGB
CMYK
RGB Variations
Color information
#C205DA (or 0xC205DA) is known color: Deep Magenta. HEX triplet: C2, 05 and DA. RGB value is (194,5,218). Sum of RGB (Red+Green+Blue) = 194+5+218=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #C205DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205DA is #3DFA25. Grayscale: #555555. Windows color (decimal): -4061734 or 14288322. OLE color: 14288322.
HSL color Cylindrical-coordinate representation of color #C205DA: hue angle of 293.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205DA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 5 | 218 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.15 |
| HSL | 293.24º | 0.96% | 0.44% | - |
| HSV(B) | 293.24º | 0.98% | 0.85% | - |
| XYZ | 34.96 | 16.64 | 67.7 | - |
| YUV | 85.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 218 | 0.11 | 0.98 | 0 | 0.15 | 293.24 | 0.96 | 0.44 |
| Hex | C2 | 5 | DA | B | 62 | 0 | F | 125 | 60 | 2C |
| Octal | 302 | 5 | 332 | 13 | 142 | 0 | 17 | 445 | 140 | 54 |
| Binary | 11000010 | 101 | 11011010 | 1011 | 1100010 | 0 | 1111 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C205DA
Complementary color
Monochromatic Colors of #C205DA
Black with #C205DA
Text Example
Text Example
White with #C205DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205DA; }
p { color: rgb(194,5,218); }
H1.HeaderClassName
{
color: #C205DA;
}
.AnyTagClassName
{
color: #C205DA;
}
</style>
background-color css
<style>
a { background-color: #C205DA; }
a { background-color: rgb(194,5,218); }
div.DivClassName
{
background-color: #C205DA;
}
.BgClassName
{
background-color: #C205DA;
}
</style>
border-color css
<style>
span { border-color: #C205DA; }
span { border-color: rgb(194,5,218); }
td.TdClassName
{
border-color: #C205DA;
}
.TagClassName
{
border-color: #C205DA;
}
</style>