Shades of Deep Magenta #C129C7
Tints of Deep Magenta #C129C7
RGB
CMYK
RGB Variations
Color information
#C129C7 (or 0xC129C7) is known color: Deep Magenta. HEX triplet: C1, 29 and C7. RGB value is (193,41,199). Sum of RGB (Red+Green+Blue) = 193+41+199=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #C129C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129C7 is #3ED638. Grayscale: #676767. Windows color (decimal): -4118073 or 13052353. OLE color: 13052353.
HSL color Cylindrical-coordinate representation of color #C129C7: hue angle of 297.72º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C129C7 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 41 | 199 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.22 |
| HSL | 297.72º | 0.66% | 0.47% | - |
| HSV(B) | 297.72º | 0.79% | 0.78% | - |
| XYZ | 33.09 | 17.05 | 55.58 | - |
| YUV | 104.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 199 | 0.03 | 0.79 | 0 | 0.22 | 297.72 | 0.66 | 0.47 |
| Hex | C1 | 29 | C7 | 3 | 4F | 0 | 16 | 12A | 42 | 2F |
| Octal | 301 | 51 | 307 | 3 | 117 | 0 | 26 | 452 | 102 | 57 |
| Binary | 11000001 | 101001 | 11000111 | 11 | 1001111 | 0 | 10110 | 100101010 | 1000010 | 101111 |
Color Harmonies of #C129C7
Complementary color
Monochromatic Colors of #C129C7
Black with #C129C7
Text Example
Text Example
White with #C129C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129C7; }
p { color: rgb(193,41,199); }
H1.HeaderClassName
{
color: #C129C7;
}
.AnyTagClassName
{
color: #C129C7;
}
</style>
background-color css
<style>
a { background-color: #C129C7; }
a { background-color: rgb(193,41,199); }
div.DivClassName
{
background-color: #C129C7;
}
.BgClassName
{
background-color: #C129C7;
}
</style>
border-color css
<style>
span { border-color: #C129C7; }
span { border-color: rgb(193,41,199); }
td.TdClassName
{
border-color: #C129C7;
}
.TagClassName
{
border-color: #C129C7;
}
</style>