Shades of Deep Magenta #C329CE
Tints of Deep Magenta #C329CE
RGB
CMYK
RGB Variations
Color information
#C329CE (or 0xC329CE) is known color: Deep Magenta. HEX triplet: C3, 29 and CE. RGB value is (195,41,206). Sum of RGB (Red+Green+Blue) = 195+41+206=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C329CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329CE is #3CD631. Grayscale: #696969. Windows color (decimal): -3986994 or 13511107. OLE color: 13511107.
HSL color Cylindrical-coordinate representation of color #C329CE: hue angle of 296º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C329CE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 41 | 206 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.19 |
| HSL | 296º | 0.67% | 0.48% | - |
| HSV(B) | 296º | 0.8% | 0.81% | - |
| XYZ | 34.44 | 17.64 | 59.98 | - |
| YUV | 105.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 206 | 0.05 | 0.80 | 0 | 0.19 | 296 | 0.67 | 0.48 |
| Hex | C3 | 29 | CE | 5 | 50 | 0 | 13 | 128 | 43 | 30 |
| Octal | 303 | 51 | 316 | 5 | 120 | 0 | 23 | 450 | 103 | 60 |
| Binary | 11000011 | 101001 | 11001110 | 101 | 1010000 | 0 | 10011 | 100101000 | 1000011 | 110000 |
Color Harmonies of #C329CE
Complementary color
Monochromatic Colors of #C329CE
Black with #C329CE
Text Example
Text Example
White with #C329CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329CE; }
p { color: rgb(195,41,206); }
H1.HeaderClassName
{
color: #C329CE;
}
.AnyTagClassName
{
color: #C329CE;
}
</style>
background-color css
<style>
a { background-color: #C329CE; }
a { background-color: rgb(195,41,206); }
div.DivClassName
{
background-color: #C329CE;
}
.BgClassName
{
background-color: #C329CE;
}
</style>
border-color css
<style>
span { border-color: #C329CE; }
span { border-color: rgb(195,41,206); }
td.TdClassName
{
border-color: #C329CE;
}
.TagClassName
{
border-color: #C329CE;
}
</style>