Shades of Deep Magenta #C120BF
Tints of Deep Magenta #C120BF
RGB
CMYK
RGB Variations
Color information
#C120BF (or 0xC120BF) is known color: Deep Magenta. HEX triplet: C1, 20 and BF. RGB value is (193,32,191). Sum of RGB (Red+Green+Blue) = 193+32+191=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C120BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120BF is #3EDF40. Grayscale: #616161. Windows color (decimal): -4120385 or 12525761. OLE color: 12525761.
HSL color Cylindrical-coordinate representation of color #C120BF: hue angle of 300.75º 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 #C120BF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 191 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.24 |
| HSL | 300.75º | 0.72% | 0.44% | - |
| HSV(B) | 300.75º | 0.83% | 0.76% | - |
| XYZ | 31.91 | 16.13 | 50.72 | - |
| YUV | 98.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 191 | 0 | 0.83 | 0.01 | 0.24 | 300.75 | 0.72 | 0.44 |
| Hex | C1 | 20 | BF | 0 | 53 | 1 | 18 | 12D | 48 | 2C |
| Octal | 301 | 40 | 277 | 0 | 123 | 1 | 30 | 455 | 110 | 54 |
| Binary | 11000001 | 100000 | 10111111 | 0 | 1010011 | 1 | 11000 | 100101101 | 1001000 | 101100 |
Color Harmonies of #C120BF
Complementary color
Monochromatic Colors of #C120BF
Black with #C120BF
Text Example
Text Example
White with #C120BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120BF; }
p { color: rgb(193,32,191); }
H1.HeaderClassName
{
color: #C120BF;
}
.AnyTagClassName
{
color: #C120BF;
}
</style>
background-color css
<style>
a { background-color: #C120BF; }
a { background-color: rgb(193,32,191); }
div.DivClassName
{
background-color: #C120BF;
}
.BgClassName
{
background-color: #C120BF;
}
</style>
border-color css
<style>
span { border-color: #C120BF; }
span { border-color: rgb(193,32,191); }
td.TdClassName
{
border-color: #C120BF;
}
.TagClassName
{
border-color: #C120BF;
}
</style>