Shades of Deep Magenta #C205CD
Tints of Deep Magenta #C205CD
RGB
CMYK
RGB Variations
Color information
#C205CD (or 0xC205CD) is known color: Deep Magenta. HEX triplet: C2, 05 and CD. RGB value is (194,5,205). Sum of RGB (Red+Green+Blue) = 194+5+205=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #C205CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205CD is #3DFA32. Grayscale: #535353. Windows color (decimal): -4061747 or 13436354. OLE color: 13436354.
HSL color Cylindrical-coordinate representation of color #C205CD: hue angle of 296.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205CD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 5 | 205 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.20 |
| HSL | 296.7º | 0.95% | 0.41% | - |
| HSV(B) | 296.7º | 0.98% | 0.8% | - |
| XYZ | 33.32 | 15.99 | 59.09 | - |
| YUV | 84.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 205 | 0.05 | 0.98 | 0 | 0.20 | 296.7 | 0.95 | 0.41 |
| Hex | C2 | 5 | CD | 5 | 62 | 0 | 14 | 129 | 5F | 29 |
| Octal | 302 | 5 | 315 | 5 | 142 | 0 | 24 | 451 | 137 | 51 |
| Binary | 11000010 | 101 | 11001101 | 101 | 1100010 | 0 | 10100 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C205CD
Complementary color
Monochromatic Colors of #C205CD
Black with #C205CD
Text Example
Text Example
White with #C205CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205CD; }
p { color: rgb(194,5,205); }
H1.HeaderClassName
{
color: #C205CD;
}
.AnyTagClassName
{
color: #C205CD;
}
</style>
background-color css
<style>
a { background-color: #C205CD; }
a { background-color: rgb(194,5,205); }
div.DivClassName
{
background-color: #C205CD;
}
.BgClassName
{
background-color: #C205CD;
}
</style>
border-color css
<style>
span { border-color: #C205CD; }
span { border-color: rgb(194,5,205); }
td.TdClassName
{
border-color: #C205CD;
}
.TagClassName
{
border-color: #C205CD;
}
</style>