Shades of Deep Magenta #C129D6
Tints of Deep Magenta #C129D6
RGB
CMYK
RGB Variations
Color information
#C129D6 (or 0xC129D6) is known color: Deep Magenta. HEX triplet: C1, 29 and D6. RGB value is (193,41,214). Sum of RGB (Red+Green+Blue) = 193+41+214=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #C129D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129D6 is #3ED629. Grayscale: #696969. Windows color (decimal): -4118058 or 14035393. OLE color: 14035393.
HSL color Cylindrical-coordinate representation of color #C129D6: hue angle of 292.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C129D6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 41 | 214 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.16 |
| HSL | 292.72º | 0.68% | 0.5% | - |
| HSV(B) | 292.72º | 0.81% | 0.84% | - |
| XYZ | 34.92 | 17.78 | 65.21 | - |
| YUV | 106.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 214 | 0.10 | 0.81 | 0 | 0.16 | 292.72 | 0.68 | 0.5 |
| Hex | C1 | 29 | D6 | A | 51 | 0 | 10 | 125 | 44 | 32 |
| Octal | 301 | 51 | 326 | 12 | 121 | 0 | 20 | 445 | 104 | 62 |
| Binary | 11000001 | 101001 | 11010110 | 1010 | 1010001 | 0 | 10000 | 100100101 | 1000100 | 110010 |
Color Harmonies of #C129D6
Complementary color
Monochromatic Colors of #C129D6
Black with #C129D6
Text Example
Text Example
White with #C129D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129D6; }
p { color: rgb(193,41,214); }
H1.HeaderClassName
{
color: #C129D6;
}
.AnyTagClassName
{
color: #C129D6;
}
</style>
background-color css
<style>
a { background-color: #C129D6; }
a { background-color: rgb(193,41,214); }
div.DivClassName
{
background-color: #C129D6;
}
.BgClassName
{
background-color: #C129D6;
}
</style>
border-color css
<style>
span { border-color: #C129D6; }
span { border-color: rgb(193,41,214); }
td.TdClassName
{
border-color: #C129D6;
}
.TagClassName
{
border-color: #C129D6;
}
</style>