Shades of Deep Magenta #C20DCF
Tints of Deep Magenta #C20DCF
RGB
CMYK
RGB Variations
Color information
#C20DCF (or 0xC20DCF) is known color: Deep Magenta. HEX triplet: C2, 0D and CF. RGB value is (194,13,207). Sum of RGB (Red+Green+Blue) = 194+13+207=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #C20DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DCF is #3DF230. Grayscale: #585858. Windows color (decimal): -4059697 or 13569474. OLE color: 13569474.
HSL color Cylindrical-coordinate representation of color #C20DCF: hue angle of 295.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DCF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 13 | 207 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.19 |
| HSL | 295.98º | 0.88% | 0.43% | - |
| HSV(B) | 295.98º | 0.94% | 0.81% | - |
| XYZ | 33.65 | 16.26 | 60.4 | - |
| YUV | 89.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 207 | 0.06 | 0.94 | 0 | 0.19 | 295.98 | 0.88 | 0.43 |
| Hex | C2 | D | CF | 6 | 5E | 0 | 13 | 128 | 58 | 2B |
| Octal | 302 | 15 | 317 | 6 | 136 | 0 | 23 | 450 | 130 | 53 |
| Binary | 11000010 | 1101 | 11001111 | 110 | 1011110 | 0 | 10011 | 100101000 | 1011000 | 101011 |
Color Harmonies of #C20DCF
Complementary color
Monochromatic Colors of #C20DCF
Black with #C20DCF
Text Example
Text Example
White with #C20DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DCF; }
p { color: rgb(194,13,207); }
H1.HeaderClassName
{
color: #C20DCF;
}
.AnyTagClassName
{
color: #C20DCF;
}
</style>
background-color css
<style>
a { background-color: #C20DCF; }
a { background-color: rgb(194,13,207); }
div.DivClassName
{
background-color: #C20DCF;
}
.BgClassName
{
background-color: #C20DCF;
}
</style>
border-color css
<style>
span { border-color: #C20DCF; }
span { border-color: rgb(194,13,207); }
td.TdClassName
{
border-color: #C20DCF;
}
.TagClassName
{
border-color: #C20DCF;
}
</style>