Shades of Deep Magenta #C120B8
Tints of Deep Magenta #C120B8
RGB
CMYK
RGB Variations
Color information
#C120B8 (or 0xC120B8) is known color: Deep Magenta. HEX triplet: C1, 20 and B8. RGB value is (193,32,184). Sum of RGB (Red+Green+Blue) = 193+32+184=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C120B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120B8 is #3EDF47. Grayscale: #616161. Windows color (decimal): -4120392 or 12067009. OLE color: 12067009.
HSL color Cylindrical-coordinate representation of color #C120B8: hue angle of 303.35º 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 #C120B8 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 184 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.24 |
| HSL | 303.35º | 0.72% | 0.44% | - |
| HSV(B) | 303.35º | 0.83% | 0.76% | - |
| XYZ | 31.16 | 15.83 | 46.76 | - |
| YUV | 97.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 184 | 0 | 0.83 | 0.05 | 0.24 | 303.35 | 0.72 | 0.44 |
| Hex | C1 | 20 | B8 | 0 | 53 | 5 | 18 | 12F | 48 | 2C |
| Octal | 301 | 40 | 270 | 0 | 123 | 5 | 30 | 457 | 110 | 54 |
| Binary | 11000001 | 100000 | 10111000 | 0 | 1010011 | 101 | 11000 | 100101111 | 1001000 | 101100 |
Color Harmonies of #C120B8
Complementary color
Monochromatic Colors of #C120B8
Black with #C120B8
Text Example
Text Example
White with #C120B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120B8; }
p { color: rgb(193,32,184); }
H1.HeaderClassName
{
color: #C120B8;
}
.AnyTagClassName
{
color: #C120B8;
}
</style>
background-color css
<style>
a { background-color: #C120B8; }
a { background-color: rgb(193,32,184); }
div.DivClassName
{
background-color: #C120B8;
}
.BgClassName
{
background-color: #C120B8;
}
</style>
border-color css
<style>
span { border-color: #C120B8; }
span { border-color: rgb(193,32,184); }
td.TdClassName
{
border-color: #C120B8;
}
.TagClassName
{
border-color: #C120B8;
}
</style>