Shades of Deep Magenta #C205DB
Tints of Deep Magenta #C205DB
RGB
CMYK
RGB Variations
Color information
#C205DB (or 0xC205DB) is known color: Deep Magenta. HEX triplet: C2, 05 and DB. RGB value is (194,5,219). Sum of RGB (Red+Green+Blue) = 194+5+219=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #C205DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205DB is #3DFA24. Grayscale: #555555. Windows color (decimal): -4061733 or 14353858. OLE color: 14353858.
HSL color Cylindrical-coordinate representation of color #C205DB: hue angle of 292.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205DB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 5 | 219 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 292.99º | 0.96% | 0.44% | - |
| HSV(B) | 292.99º | 0.98% | 0.86% | - |
| XYZ | 35.09 | 16.69 | 68.39 | - |
| YUV | 85.91 | 203.12 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 219 | 0.11 | 0.98 | 0 | 0.14 | 292.99 | 0.96 | 0.44 |
| Hex | C2 | 5 | DB | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 302 | 5 | 333 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000010 | 101 | 11011011 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C205DB
Complementary color
Monochromatic Colors of #C205DB
Black with #C205DB
Text Example
Text Example
White with #C205DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205DB; }
p { color: rgb(194,5,219); }
H1.HeaderClassName
{
color: #C205DB;
}
.AnyTagClassName
{
color: #C205DB;
}
</style>
background-color css
<style>
a { background-color: #C205DB; }
a { background-color: rgb(194,5,219); }
div.DivClassName
{
background-color: #C205DB;
}
.BgClassName
{
background-color: #C205DB;
}
</style>
border-color css
<style>
span { border-color: #C205DB; }
span { border-color: rgb(194,5,219); }
td.TdClassName
{
border-color: #C205DB;
}
.TagClassName
{
border-color: #C205DB;
}
</style>