Shades of Deep Magenta #C120B1
Tints of Deep Magenta #C120B1
RGB
CMYK
RGB Variations
Color information
#C120B1 (or 0xC120B1) is known color: Deep Magenta. HEX triplet: C1, 20 and B1. RGB value is (193,32,177). Sum of RGB (Red+Green+Blue) = 193+32+177=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C120B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120B1 is #3EDF4E. Grayscale: #606060. Windows color (decimal): -4120399 or 11608257. OLE color: 11608257.
HSL color Cylindrical-coordinate representation of color #C120B1: hue angle of 305.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C120B1 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 177 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.24 |
| HSL | 305.96º | 0.72% | 0.44% | - |
| HSV(B) | 305.96º | 0.83% | 0.76% | - |
| XYZ | 30.44 | 15.54 | 42.99 | - |
| YUV | 96.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 177 | 0 | 0.83 | 0.08 | 0.24 | 305.96 | 0.72 | 0.44 |
| Hex | C1 | 20 | B1 | 0 | 53 | 8 | 18 | 132 | 48 | 2C |
| Octal | 301 | 40 | 261 | 0 | 123 | 10 | 30 | 462 | 110 | 54 |
| Binary | 11000001 | 100000 | 10110001 | 0 | 1010011 | 1000 | 11000 | 100110010 | 1001000 | 101100 |
Color Harmonies of #C120B1
Complementary color
Monochromatic Colors of #C120B1
Black with #C120B1
Text Example
Text Example
White with #C120B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120B1; }
p { color: rgb(193,32,177); }
H1.HeaderClassName
{
color: #C120B1;
}
.AnyTagClassName
{
color: #C120B1;
}
</style>
background-color css
<style>
a { background-color: #C120B1; }
a { background-color: rgb(193,32,177); }
div.DivClassName
{
background-color: #C120B1;
}
.BgClassName
{
background-color: #C120B1;
}
</style>
border-color css
<style>
span { border-color: #C120B1; }
span { border-color: rgb(193,32,177); }
td.TdClassName
{
border-color: #C120B1;
}
.TagClassName
{
border-color: #C120B1;
}
</style>