Shades of Deep Magenta #C128DB
Tints of Deep Magenta #C128DB
RGB
CMYK
RGB Variations
Color information
#C128DB (or 0xC128DB) is known color: Deep Magenta. HEX triplet: C1, 28 and DB. RGB value is (193,40,219). Sum of RGB (Red+Green+Blue) = 193+40+219=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C128DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128DB is #3ED724. Grayscale: #696969. Windows color (decimal): -4118309 or 14362817. OLE color: 14362817.
HSL color Cylindrical-coordinate representation of color #C128DB: hue angle of 291.28º 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 #C128DB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 40 | 219 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.14 |
| HSL | 291.28º | 0.71% | 0.51% | - |
| HSV(B) | 291.28º | 0.82% | 0.86% | - |
| XYZ | 35.54 | 17.97 | 68.61 | - |
| YUV | 106.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 219 | 0.12 | 0.82 | 0 | 0.14 | 291.28 | 0.71 | 0.51 |
| Hex | C1 | 28 | DB | C | 52 | 0 | E | 123 | 47 | 33 |
| Octal | 301 | 50 | 333 | 14 | 122 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000001 | 101000 | 11011011 | 1100 | 1010010 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C128DB
Complementary color
Monochromatic Colors of #C128DB
Black with #C128DB
Text Example
Text Example
White with #C128DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128DB; }
p { color: rgb(193,40,219); }
H1.HeaderClassName
{
color: #C128DB;
}
.AnyTagClassName
{
color: #C128DB;
}
</style>
background-color css
<style>
a { background-color: #C128DB; }
a { background-color: rgb(193,40,219); }
div.DivClassName
{
background-color: #C128DB;
}
.BgClassName
{
background-color: #C128DB;
}
</style>
border-color css
<style>
span { border-color: #C128DB; }
span { border-color: rgb(193,40,219); }
td.TdClassName
{
border-color: #C128DB;
}
.TagClassName
{
border-color: #C128DB;
}
</style>