Shades of Deep Magenta #C429C5
Tints of Deep Magenta #C429C5
RGB
CMYK
RGB Variations
Color information
#C429C5 (or 0xC429C5) is known color: Deep Magenta. HEX triplet: C4, 29 and C5. RGB value is (196,41,197). Sum of RGB (Red+Green+Blue) = 196+41+197=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #C429C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429C5 is #3BD63A. Grayscale: #686868. Windows color (decimal): -3921467 or 12921284. OLE color: 12921284.
HSL color Cylindrical-coordinate representation of color #C429C5: hue angle of 299.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429C5 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 197 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.23 |
| HSL | 299.62º | 0.66% | 0.47% | - |
| HSV(B) | 299.62º | 0.79% | 0.77% | - |
| XYZ | 33.64 | 17.35 | 54.4 | - |
| YUV | 105.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 197 | 0.01 | 0.79 | 0 | 0.23 | 299.62 | 0.66 | 0.47 |
| Hex | C4 | 29 | C5 | 1 | 4F | 0 | 17 | 12C | 42 | 2F |
| Octal | 304 | 51 | 305 | 1 | 117 | 0 | 27 | 454 | 102 | 57 |
| Binary | 11000100 | 101001 | 11000101 | 1 | 1001111 | 0 | 10111 | 100101100 | 1000010 | 101111 |
Color Harmonies of #C429C5
Complementary color
Monochromatic Colors of #C429C5
Black with #C429C5
Text Example
Text Example
White with #C429C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429C5; }
p { color: rgb(196,41,197); }
H1.HeaderClassName
{
color: #C429C5;
}
.AnyTagClassName
{
color: #C429C5;
}
</style>
background-color css
<style>
a { background-color: #C429C5; }
a { background-color: rgb(196,41,197); }
div.DivClassName
{
background-color: #C429C5;
}
.BgClassName
{
background-color: #C429C5;
}
</style>
border-color css
<style>
span { border-color: #C429C5; }
span { border-color: rgb(196,41,197); }
td.TdClassName
{
border-color: #C429C5;
}
.TagClassName
{
border-color: #C429C5;
}
</style>