Shades of Deep Magenta #C429CF
Tints of Deep Magenta #C429CF
RGB
CMYK
RGB Variations
Color information
#C429CF (or 0xC429CF) is known color: Deep Magenta. HEX triplet: C4, 29 and CF. RGB value is (196,41,207). Sum of RGB (Red+Green+Blue) = 196+41+207=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C429CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429CF is #3BD630. Grayscale: #696969. Windows color (decimal): -3921457 or 13576644. OLE color: 13576644.
HSL color Cylindrical-coordinate representation of color #C429CF: hue angle of 296.02º 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 #C429CF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 41 | 207 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.19 |
| HSL | 296.02º | 0.67% | 0.49% | - |
| HSV(B) | 296.02º | 0.8% | 0.81% | - |
| XYZ | 34.82 | 17.83 | 60.64 | - |
| YUV | 106.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 207 | 0.05 | 0.80 | 0 | 0.19 | 296.02 | 0.67 | 0.49 |
| Hex | C4 | 29 | CF | 5 | 50 | 0 | 13 | 128 | 43 | 31 |
| Octal | 304 | 51 | 317 | 5 | 120 | 0 | 23 | 450 | 103 | 61 |
| Binary | 11000100 | 101001 | 11001111 | 101 | 1010000 | 0 | 10011 | 100101000 | 1000011 | 110001 |
Color Harmonies of #C429CF
Complementary color
Monochromatic Colors of #C429CF
Black with #C429CF
Text Example
Text Example
White with #C429CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429CF; }
p { color: rgb(196,41,207); }
H1.HeaderClassName
{
color: #C429CF;
}
.AnyTagClassName
{
color: #C429CF;
}
</style>
background-color css
<style>
a { background-color: #C429CF; }
a { background-color: rgb(196,41,207); }
div.DivClassName
{
background-color: #C429CF;
}
.BgClassName
{
background-color: #C429CF;
}
</style>
border-color css
<style>
span { border-color: #C429CF; }
span { border-color: rgb(196,41,207); }
td.TdClassName
{
border-color: #C429CF;
}
.TagClassName
{
border-color: #C429CF;
}
</style>