Shades of Deep Magenta #C129CA
Tints of Deep Magenta #C129CA
RGB
CMYK
RGB Variations
Color information
#C129CA (or 0xC129CA) is known color: Deep Magenta. HEX triplet: C1, 29 and CA. RGB value is (193,41,202). Sum of RGB (Red+Green+Blue) = 193+41+202=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C129CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129CA is #3ED635. Grayscale: #686868. Windows color (decimal): -4118070 or 13248961. OLE color: 13248961.
HSL color Cylindrical-coordinate representation of color #C129CA: hue angle of 296.65º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C129CA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 41 | 202 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.21 |
| HSL | 296.65º | 0.66% | 0.48% | - |
| HSV(B) | 296.65º | 0.8% | 0.79% | - |
| XYZ | 33.45 | 17.19 | 57.43 | - |
| YUV | 104.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 202 | 0.04 | 0.80 | 0 | 0.21 | 296.65 | 0.66 | 0.48 |
| Hex | C1 | 29 | CA | 4 | 50 | 0 | 15 | 129 | 42 | 30 |
| Octal | 301 | 51 | 312 | 4 | 120 | 0 | 25 | 451 | 102 | 60 |
| Binary | 11000001 | 101001 | 11001010 | 100 | 1010000 | 0 | 10101 | 100101001 | 1000010 | 110000 |
Color Harmonies of #C129CA
Complementary color
Monochromatic Colors of #C129CA
Black with #C129CA
Text Example
Text Example
White with #C129CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129CA; }
p { color: rgb(193,41,202); }
H1.HeaderClassName
{
color: #C129CA;
}
.AnyTagClassName
{
color: #C129CA;
}
</style>
background-color css
<style>
a { background-color: #C129CA; }
a { background-color: rgb(193,41,202); }
div.DivClassName
{
background-color: #C129CA;
}
.BgClassName
{
background-color: #C129CA;
}
</style>
border-color css
<style>
span { border-color: #C129CA; }
span { border-color: rgb(193,41,202); }
td.TdClassName
{
border-color: #C129CA;
}
.TagClassName
{
border-color: #C129CA;
}
</style>