Shades of Deep Magenta #C127BB
Tints of Deep Magenta #C127BB
RGB
CMYK
RGB Variations
Color information
#C127BB (or 0xC127BB) is known color: Deep Magenta. HEX triplet: C1, 27 and BB. RGB value is (193,39,187). Sum of RGB (Red+Green+Blue) = 193+39+187=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C127BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127BB is #3ED844. Grayscale: #656565. Windows color (decimal): -4118597 or 12265409. OLE color: 12265409.
HSL color Cylindrical-coordinate representation of color #C127BB: hue angle of 302.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C127BB is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 187 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.24 |
| HSL | 302.34º | 0.66% | 0.45% | - |
| HSV(B) | 302.34º | 0.8% | 0.76% | - |
| XYZ | 31.69 | 16.38 | 48.5 | - |
| YUV | 101.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 187 | 0 | 0.80 | 0.03 | 0.24 | 302.34 | 0.66 | 0.45 |
| Hex | C1 | 27 | BB | 0 | 50 | 3 | 18 | 12E | 42 | 2D |
| Octal | 301 | 47 | 273 | 0 | 120 | 3 | 30 | 456 | 102 | 55 |
| Binary | 11000001 | 100111 | 10111011 | 0 | 1010000 | 11 | 11000 | 100101110 | 1000010 | 101101 |
Color Harmonies of #C127BB
Complementary color
Monochromatic Colors of #C127BB
Black with #C127BB
Text Example
Text Example
White with #C127BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127BB; }
p { color: rgb(193,39,187); }
H1.HeaderClassName
{
color: #C127BB;
}
.AnyTagClassName
{
color: #C127BB;
}
</style>
background-color css
<style>
a { background-color: #C127BB; }
a { background-color: rgb(193,39,187); }
div.DivClassName
{
background-color: #C127BB;
}
.BgClassName
{
background-color: #C127BB;
}
</style>
border-color css
<style>
span { border-color: #C127BB; }
span { border-color: rgb(193,39,187); }
td.TdClassName
{
border-color: #C127BB;
}
.TagClassName
{
border-color: #C127BB;
}
</style>