Shades of Deep Magenta #C20FBD
Tints of Deep Magenta #C20FBD
RGB
CMYK
RGB Variations
Color information
#C20FBD (or 0xC20FBD) is known color: Deep Magenta. HEX triplet: C2, 0F and BD. RGB value is (194,15,189). Sum of RGB (Red+Green+Blue) = 194+15+189=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FBD is #3DF042. Grayscale: #575757. Windows color (decimal): -4059203 or 12390338. OLE color: 12390338.
HSL color Cylindrical-coordinate representation of color #C20FBD: hue angle of 301.68º 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 #C20FBD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 189 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 301.68º | 0.86% | 0.41% | - |
| HSV(B) | 301.68º | 0.92% | 0.76% | - |
| XYZ | 31.6 | 15.49 | 49.47 | - |
| YUV | 88.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 189 | 0 | 0.92 | 0.03 | 0.24 | 301.68 | 0.86 | 0.41 |
| Hex | C2 | F | BD | 0 | 5C | 3 | 18 | 12E | 56 | 29 |
| Octal | 302 | 17 | 275 | 0 | 134 | 3 | 30 | 456 | 126 | 51 |
| Binary | 11000010 | 1111 | 10111101 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C20FBD
Complementary color
Monochromatic Colors of #C20FBD
Black with #C20FBD
Text Example
Text Example
White with #C20FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FBD; }
p { color: rgb(194,15,189); }
H1.HeaderClassName
{
color: #C20FBD;
}
.AnyTagClassName
{
color: #C20FBD;
}
</style>
background-color css
<style>
a { background-color: #C20FBD; }
a { background-color: rgb(194,15,189); }
div.DivClassName
{
background-color: #C20FBD;
}
.BgClassName
{
background-color: #C20FBD;
}
</style>
border-color css
<style>
span { border-color: #C20FBD; }
span { border-color: rgb(194,15,189); }
td.TdClassName
{
border-color: #C20FBD;
}
.TagClassName
{
border-color: #C20FBD;
}
</style>