Shades of Deep Magenta #C029C6
Tints of Deep Magenta #C029C6
RGB
CMYK
RGB Variations
Color information
#C029C6 (or 0xC029C6) is known color: Deep Magenta. HEX triplet: C0, 29 and C6. RGB value is (192,41,198). Sum of RGB (Red+Green+Blue) = 192+41+198=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #C029C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029C6 is #3FD639. Grayscale: #676767. Windows color (decimal): -4183610 or 12986816. OLE color: 12986816.
HSL color Cylindrical-coordinate representation of color #C029C6: hue angle of 297.71º 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 #C029C6 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 41 | 198 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.22 |
| HSL | 297.71º | 0.66% | 0.47% | - |
| HSV(B) | 297.71º | 0.79% | 0.78% | - |
| XYZ | 32.72 | 16.87 | 54.96 | - |
| YUV | 104.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 198 | 0.03 | 0.79 | 0 | 0.22 | 297.71 | 0.66 | 0.47 |
| Hex | C0 | 29 | C6 | 3 | 4F | 0 | 16 | 12A | 42 | 2F |
| Octal | 300 | 51 | 306 | 3 | 117 | 0 | 26 | 452 | 102 | 57 |
| Binary | 11000000 | 101001 | 11000110 | 11 | 1001111 | 0 | 10110 | 100101010 | 1000010 | 101111 |
Color Harmonies of #C029C6
Complementary color
Monochromatic Colors of #C029C6
Black with #C029C6
Text Example
Text Example
White with #C029C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029C6; }
p { color: rgb(192,41,198); }
H1.HeaderClassName
{
color: #C029C6;
}
.AnyTagClassName
{
color: #C029C6;
}
</style>
background-color css
<style>
a { background-color: #C029C6; }
a { background-color: rgb(192,41,198); }
div.DivClassName
{
background-color: #C029C6;
}
.BgClassName
{
background-color: #C029C6;
}
</style>
border-color css
<style>
span { border-color: #C029C6; }
span { border-color: rgb(192,41,198); }
td.TdClassName
{
border-color: #C029C6;
}
.TagClassName
{
border-color: #C029C6;
}
</style>