Shades of Deep Magenta #C20BDF
Tints of Deep Magenta #C20BDF
RGB
CMYK
RGB Variations
Color information
#C20BDF (or 0xC20BDF) is known color: Deep Magenta. HEX triplet: C2, 0B and DF. RGB value is (194,11,223). Sum of RGB (Red+Green+Blue) = 194+11+223=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C20BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDF is #3DF420. Grayscale: #595959. Windows color (decimal): -4060193 or 14617538. OLE color: 14617538.
HSL color Cylindrical-coordinate representation of color #C20BDF: hue angle of 291.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BDF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 11 | 223 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.79º | 0.91% | 0.46% | - |
| HSV(B) | 291.79º | 0.95% | 0.87% | - |
| XYZ | 35.69 | 17.04 | 71.22 | - |
| YUV | 89.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 223 | 0.13 | 0.95 | 0 | 0.13 | 291.79 | 0.91 | 0.46 |
| Hex | C2 | B | DF | D | 5F | 0 | D | 124 | 5B | 2E |
| Octal | 302 | 13 | 337 | 15 | 137 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000010 | 1011 | 11011111 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C20BDF
Complementary color
Monochromatic Colors of #C20BDF
Black with #C20BDF
Text Example
Text Example
White with #C20BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BDF; }
p { color: rgb(194,11,223); }
H1.HeaderClassName
{
color: #C20BDF;
}
.AnyTagClassName
{
color: #C20BDF;
}
</style>
background-color css
<style>
a { background-color: #C20BDF; }
a { background-color: rgb(194,11,223); }
div.DivClassName
{
background-color: #C20BDF;
}
.BgClassName
{
background-color: #C20BDF;
}
</style>
border-color css
<style>
span { border-color: #C20BDF; }
span { border-color: rgb(194,11,223); }
td.TdClassName
{
border-color: #C20BDF;
}
.TagClassName
{
border-color: #C20BDF;
}
</style>