Shades of Deep Magenta #C20FBC
Tints of Deep Magenta #C20FBC
RGB
CMYK
RGB Variations
Color information
#C20FBC (or 0xC20FBC) is known color: Deep Magenta. HEX triplet: C2, 0F and BC. RGB value is (194,15,188). Sum of RGB (Red+Green+Blue) = 194+15+188=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FBC is #3DF043. Grayscale: #575757. Windows color (decimal): -4059204 or 12324802. OLE color: 12324802.
HSL color Cylindrical-coordinate representation of color #C20FBC: hue angle of 302.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20FBC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 188 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 302.01º | 0.86% | 0.41% | - |
| HSV(B) | 302.01º | 0.92% | 0.76% | - |
| XYZ | 31.5 | 15.44 | 48.9 | - |
| YUV | 88.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 188 | 0 | 0.92 | 0.03 | 0.24 | 302.01 | 0.86 | 0.41 |
| Hex | C2 | F | BC | 0 | 5C | 3 | 18 | 12E | 56 | 29 |
| Octal | 302 | 17 | 274 | 0 | 134 | 3 | 30 | 456 | 126 | 51 |
| Binary | 11000010 | 1111 | 10111100 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C20FBC
Complementary color
Monochromatic Colors of #C20FBC
Black with #C20FBC
Text Example
Text Example
White with #C20FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FBC; }
p { color: rgb(194,15,188); }
H1.HeaderClassName
{
color: #C20FBC;
}
.AnyTagClassName
{
color: #C20FBC;
}
</style>
background-color css
<style>
a { background-color: #C20FBC; }
a { background-color: rgb(194,15,188); }
div.DivClassName
{
background-color: #C20FBC;
}
.BgClassName
{
background-color: #C20FBC;
}
</style>
border-color css
<style>
span { border-color: #C20FBC; }
span { border-color: rgb(194,15,188); }
td.TdClassName
{
border-color: #C20FBC;
}
.TagClassName
{
border-color: #C20FBC;
}
</style>