Shades of Deep Magenta #C20FB6
Tints of Deep Magenta #C20FB6
RGB
CMYK
RGB Variations
Color information
#C20FB6 (or 0xC20FB6) is known color: Deep Magenta. HEX triplet: C2, 0F and B6. RGB value is (194,15,182). Sum of RGB (Red+Green+Blue) = 194+15+182=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FB6 is #3DF049. Grayscale: #575757. Windows color (decimal): -4059210 or 11931586. OLE color: 11931586.
HSL color Cylindrical-coordinate representation of color #C20FB6: hue angle of 304.02º 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 #C20FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.24 |
| HSL | 304.02º | 0.86% | 0.41% | - |
| HSV(B) | 304.02º | 0.92% | 0.76% | - |
| XYZ | 30.86 | 15.19 | 45.56 | - |
| YUV | 87.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 182 | 0 | 0.92 | 0.06 | 0.24 | 304.02 | 0.86 | 0.41 |
| Hex | C2 | F | B6 | 0 | 5C | 6 | 18 | 130 | 56 | 29 |
| Octal | 302 | 17 | 266 | 0 | 134 | 6 | 30 | 460 | 126 | 51 |
| Binary | 11000010 | 1111 | 10110110 | 0 | 1011100 | 110 | 11000 | 100110000 | 1010110 | 101001 |
Color Harmonies of #C20FB6
Complementary color
Monochromatic Colors of #C20FB6
Black with #C20FB6
Text Example
Text Example
White with #C20FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FB6; }
p { color: rgb(194,15,182); }
H1.HeaderClassName
{
color: #C20FB6;
}
.AnyTagClassName
{
color: #C20FB6;
}
</style>
background-color css
<style>
a { background-color: #C20FB6; }
a { background-color: rgb(194,15,182); }
div.DivClassName
{
background-color: #C20FB6;
}
.BgClassName
{
background-color: #C20FB6;
}
</style>
border-color css
<style>
span { border-color: #C20FB6; }
span { border-color: rgb(194,15,182); }
td.TdClassName
{
border-color: #C20FB6;
}
.TagClassName
{
border-color: #C20FB6;
}
</style>