Shades of Deep Magenta #C20CCF
Tints of Deep Magenta #C20CCF
RGB
CMYK
RGB Variations
Color information
#C20CCF (or 0xC20CCF) is known color: Deep Magenta. HEX triplet: C2, 0C and CF. RGB value is (194,12,207). Sum of RGB (Red+Green+Blue) = 194+12+207=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #C20CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CCF is #3DF330. Grayscale: #585858. Windows color (decimal): -4059953 or 13569218. OLE color: 13569218.
HSL color Cylindrical-coordinate representation of color #C20CCF: hue angle of 296º degrees, saturation: 0.89, 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 #C20CCF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 12 | 207 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.19 |
| HSL | 296º | 0.89% | 0.43% | - |
| HSV(B) | 296º | 0.94% | 0.81% | - |
| XYZ | 33.64 | 16.24 | 60.39 | - |
| YUV | 88.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 207 | 0.06 | 0.94 | 0 | 0.19 | 296 | 0.89 | 0.43 |
| Hex | C2 | C | CF | 6 | 5E | 0 | 13 | 128 | 59 | 2B |
| Octal | 302 | 14 | 317 | 6 | 136 | 0 | 23 | 450 | 131 | 53 |
| Binary | 11000010 | 1100 | 11001111 | 110 | 1011110 | 0 | 10011 | 100101000 | 1011001 | 101011 |
Color Harmonies of #C20CCF
Complementary color
Monochromatic Colors of #C20CCF
Black with #C20CCF
Text Example
Text Example
White with #C20CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CCF; }
p { color: rgb(194,12,207); }
H1.HeaderClassName
{
color: #C20CCF;
}
.AnyTagClassName
{
color: #C20CCF;
}
</style>
background-color css
<style>
a { background-color: #C20CCF; }
a { background-color: rgb(194,12,207); }
div.DivClassName
{
background-color: #C20CCF;
}
.BgClassName
{
background-color: #C20CCF;
}
</style>
border-color css
<style>
span { border-color: #C20CCF; }
span { border-color: rgb(194,12,207); }
td.TdClassName
{
border-color: #C20CCF;
}
.TagClassName
{
border-color: #C20CCF;
}
</style>