Shades of Deep Magenta #C205B9
Tints of Deep Magenta #C205B9
RGB
CMYK
RGB Variations
Color information
#C205B9 (or 0xC205B9) is known color: Deep Magenta. HEX triplet: C2, 05 and B9. RGB value is (194,5,185). Sum of RGB (Red+Green+Blue) = 194+5+185=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C205B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205B9 is #3DFA46. Grayscale: #515151. Windows color (decimal): -4061767 or 12125634. OLE color: 12125634.
HSL color Cylindrical-coordinate representation of color #C205B9: hue angle of 302.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205B9 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 185 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.24 |
| HSL | 302.86º | 0.95% | 0.39% | - |
| HSV(B) | 302.86º | 0.97% | 0.76% | - |
| XYZ | 31.06 | 15.08 | 47.17 | - |
| YUV | 82.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 185 | 0 | 0.97 | 0.05 | 0.24 | 302.86 | 0.95 | 0.39 |
| Hex | C2 | 5 | B9 | 0 | 61 | 5 | 18 | 12F | 5F | 27 |
| Octal | 302 | 5 | 271 | 0 | 141 | 5 | 30 | 457 | 137 | 47 |
| Binary | 11000010 | 101 | 10111001 | 0 | 1100001 | 101 | 11000 | 100101111 | 1011111 | 100111 |
Color Harmonies of #C205B9
Complementary color
Monochromatic Colors of #C205B9
Black with #C205B9
Text Example
Text Example
White with #C205B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205B9; }
p { color: rgb(194,5,185); }
H1.HeaderClassName
{
color: #C205B9;
}
.AnyTagClassName
{
color: #C205B9;
}
</style>
background-color css
<style>
a { background-color: #C205B9; }
a { background-color: rgb(194,5,185); }
div.DivClassName
{
background-color: #C205B9;
}
.BgClassName
{
background-color: #C205B9;
}
</style>
border-color css
<style>
span { border-color: #C205B9; }
span { border-color: rgb(194,5,185); }
td.TdClassName
{
border-color: #C205B9;
}
.TagClassName
{
border-color: #C205B9;
}
</style>