Shades of Deep Magenta #C20FBF
Tints of Deep Magenta #C20FBF
RGB
CMYK
RGB Variations
Color information
#C20FBF (or 0xC20FBF) is known color: Deep Magenta. HEX triplet: C2, 0F and BF. RGB value is (194,15,191). Sum of RGB (Red+Green+Blue) = 194+15+191=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FBF is #3DF040. Grayscale: #585858. Windows color (decimal): -4059201 or 12521410. OLE color: 12521410.
HSL color Cylindrical-coordinate representation of color #C20FBF: hue angle of 301.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 #C20FBF is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 191 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.24 |
| HSL | 301.01º | 0.86% | 0.41% | - |
| HSV(B) | 301.01º | 0.92% | 0.76% | - |
| XYZ | 31.82 | 15.57 | 50.62 | - |
| YUV | 88.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 191 | 0 | 0.92 | 0.02 | 0.24 | 301.01 | 0.86 | 0.41 |
| Hex | C2 | F | BF | 0 | 5C | 2 | 18 | 12D | 56 | 29 |
| Octal | 302 | 17 | 277 | 0 | 134 | 2 | 30 | 455 | 126 | 51 |
| Binary | 11000010 | 1111 | 10111111 | 0 | 1011100 | 10 | 11000 | 100101101 | 1010110 | 101001 |
Color Harmonies of #C20FBF
Complementary color
Monochromatic Colors of #C20FBF
Black with #C20FBF
Text Example
Text Example
White with #C20FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FBF; }
p { color: rgb(194,15,191); }
H1.HeaderClassName
{
color: #C20FBF;
}
.AnyTagClassName
{
color: #C20FBF;
}
</style>
background-color css
<style>
a { background-color: #C20FBF; }
a { background-color: rgb(194,15,191); }
div.DivClassName
{
background-color: #C20FBF;
}
.BgClassName
{
background-color: #C20FBF;
}
</style>
border-color css
<style>
span { border-color: #C20FBF; }
span { border-color: rgb(194,15,191); }
td.TdClassName
{
border-color: #C20FBF;
}
.TagClassName
{
border-color: #C20FBF;
}
</style>