Shades of Deep Magenta #C205CE
Tints of Deep Magenta #C205CE
RGB
CMYK
RGB Variations
Color information
#C205CE (or 0xC205CE) is known color: Deep Magenta. HEX triplet: C2, 05 and CE. RGB value is (194,5,206). Sum of RGB (Red+Green+Blue) = 194+5+206=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C205CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205CE is #3DFA31. Grayscale: #535353. Windows color (decimal): -4061746 or 13501890. OLE color: 13501890.
HSL color Cylindrical-coordinate representation of color #C205CE: hue angle of 296.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205CE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 5 | 206 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.19 |
| HSL | 296.42º | 0.95% | 0.41% | - |
| HSV(B) | 296.42º | 0.98% | 0.81% | - |
| XYZ | 33.44 | 16.03 | 59.72 | - |
| YUV | 84.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 206 | 0.06 | 0.98 | 0 | 0.19 | 296.42 | 0.95 | 0.41 |
| Hex | C2 | 5 | CE | 6 | 62 | 0 | 13 | 128 | 5F | 29 |
| Octal | 302 | 5 | 316 | 6 | 142 | 0 | 23 | 450 | 137 | 51 |
| Binary | 11000010 | 101 | 11001110 | 110 | 1100010 | 0 | 10011 | 100101000 | 1011111 | 101001 |
Color Harmonies of #C205CE
Complementary color
Monochromatic Colors of #C205CE
Black with #C205CE
Text Example
Text Example
White with #C205CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205CE; }
p { color: rgb(194,5,206); }
H1.HeaderClassName
{
color: #C205CE;
}
.AnyTagClassName
{
color: #C205CE;
}
</style>
background-color css
<style>
a { background-color: #C205CE; }
a { background-color: rgb(194,5,206); }
div.DivClassName
{
background-color: #C205CE;
}
.BgClassName
{
background-color: #C205CE;
}
</style>
border-color css
<style>
span { border-color: #C205CE; }
span { border-color: rgb(194,5,206); }
td.TdClassName
{
border-color: #C205CE;
}
.TagClassName
{
border-color: #C205CE;
}
</style>