Shades of Deep Magenta #C129CF
Tints of Deep Magenta #C129CF
RGB
CMYK
RGB Variations
Color information
#C129CF (or 0xC129CF) is known color: Deep Magenta. HEX triplet: C1, 29 and CF. RGB value is (193,41,207). Sum of RGB (Red+Green+Blue) = 193+41+207=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C129CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129CF is #3ED630. Grayscale: #686868. Windows color (decimal): -4118065 or 13576641. OLE color: 13576641.
HSL color Cylindrical-coordinate representation of color #C129CF: hue angle of 294.94º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C129CF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 41 | 207 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.19 |
| HSL | 294.94º | 0.67% | 0.49% | - |
| HSV(B) | 294.94º | 0.8% | 0.81% | - |
| XYZ | 34.05 | 17.43 | 60.6 | - |
| YUV | 105.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 207 | 0.07 | 0.80 | 0 | 0.19 | 294.94 | 0.67 | 0.49 |
| Hex | C1 | 29 | CF | 7 | 50 | 0 | 13 | 127 | 43 | 31 |
| Octal | 301 | 51 | 317 | 7 | 120 | 0 | 23 | 447 | 103 | 61 |
| Binary | 11000001 | 101001 | 11001111 | 111 | 1010000 | 0 | 10011 | 100100111 | 1000011 | 110001 |
Color Harmonies of #C129CF
Complementary color
Monochromatic Colors of #C129CF
Black with #C129CF
Text Example
Text Example
White with #C129CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129CF; }
p { color: rgb(193,41,207); }
H1.HeaderClassName
{
color: #C129CF;
}
.AnyTagClassName
{
color: #C129CF;
}
</style>
background-color css
<style>
a { background-color: #C129CF; }
a { background-color: rgb(193,41,207); }
div.DivClassName
{
background-color: #C129CF;
}
.BgClassName
{
background-color: #C129CF;
}
</style>
border-color css
<style>
span { border-color: #C129CF; }
span { border-color: rgb(193,41,207); }
td.TdClassName
{
border-color: #C129CF;
}
.TagClassName
{
border-color: #C129CF;
}
</style>