Shades of Deep Magenta #C20CBA
Tints of Deep Magenta #C20CBA
RGB
CMYK
RGB Variations
Color information
#C20CBA (or 0xC20CBA) is known color: Deep Magenta. HEX triplet: C2, 0C and BA. RGB value is (194,12,186). Sum of RGB (Red+Green+Blue) = 194+12+186=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CBA is #3DF345. Grayscale: #555555. Windows color (decimal): -4059974 or 12192962. OLE color: 12192962.
HSL color Cylindrical-coordinate representation of color #C20CBA: hue angle of 302.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CBA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.64º | 0.88% | 0.4% | - |
| HSV(B) | 302.64º | 0.94% | 0.76% | - |
| XYZ | 31.24 | 15.28 | 47.76 | - |
| YUV | 86.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 186 | 0 | 0.94 | 0.04 | 0.24 | 302.64 | 0.88 | 0.4 |
| Hex | C2 | C | BA | 0 | 5E | 4 | 18 | 12F | 58 | 28 |
| Octal | 302 | 14 | 272 | 0 | 136 | 4 | 30 | 457 | 130 | 50 |
| Binary | 11000010 | 1100 | 10111010 | 0 | 1011110 | 100 | 11000 | 100101111 | 1011000 | 101000 |
Color Harmonies of #C20CBA
Complementary color
Monochromatic Colors of #C20CBA
Black with #C20CBA
Text Example
Text Example
White with #C20CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CBA; }
p { color: rgb(194,12,186); }
H1.HeaderClassName
{
color: #C20CBA;
}
.AnyTagClassName
{
color: #C20CBA;
}
</style>
background-color css
<style>
a { background-color: #C20CBA; }
a { background-color: rgb(194,12,186); }
div.DivClassName
{
background-color: #C20CBA;
}
.BgClassName
{
background-color: #C20CBA;
}
</style>
border-color css
<style>
span { border-color: #C20CBA; }
span { border-color: rgb(194,12,186); }
td.TdClassName
{
border-color: #C20CBA;
}
.TagClassName
{
border-color: #C20CBA;
}
</style>