Shades of Deep Magenta #C127DB
Tints of Deep Magenta #C127DB
RGB
CMYK
RGB Variations
Color information
#C127DB (or 0xC127DB) is known color: Deep Magenta. HEX triplet: C1, 27 and DB. RGB value is (193,39,219). Sum of RGB (Red+Green+Blue) = 193+39+219=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #C127DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127DB is #3ED824. Grayscale: #696969. Windows color (decimal): -4118565 or 14362561. OLE color: 14362561.
HSL color Cylindrical-coordinate representation of color #C127DB: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C127DB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 39 | 219 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.14 |
| HSL | 291.33º | 0.71% | 0.51% | - |
| HSV(B) | 291.33º | 0.82% | 0.86% | - |
| XYZ | 35.5 | 17.9 | 68.6 | - |
| YUV | 105.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 219 | 0.12 | 0.82 | 0 | 0.14 | 291.33 | 0.71 | 0.51 |
| Hex | C1 | 27 | DB | C | 52 | 0 | E | 123 | 47 | 33 |
| Octal | 301 | 47 | 333 | 14 | 122 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000001 | 100111 | 11011011 | 1100 | 1010010 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C127DB
Complementary color
Monochromatic Colors of #C127DB
Black with #C127DB
Text Example
Text Example
White with #C127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127DB; }
p { color: rgb(193,39,219); }
H1.HeaderClassName
{
color: #C127DB;
}
.AnyTagClassName
{
color: #C127DB;
}
</style>
background-color css
<style>
a { background-color: #C127DB; }
a { background-color: rgb(193,39,219); }
div.DivClassName
{
background-color: #C127DB;
}
.BgClassName
{
background-color: #C127DB;
}
</style>
border-color css
<style>
span { border-color: #C127DB; }
span { border-color: rgb(193,39,219); }
td.TdClassName
{
border-color: #C127DB;
}
.TagClassName
{
border-color: #C127DB;
}
</style>