Shades of Deep Magenta #C328CE
Tints of Deep Magenta #C328CE
RGB
CMYK
RGB Variations
Color information
#C328CE (or 0xC328CE) is known color: Deep Magenta. HEX triplet: C3, 28 and CE. RGB value is (195,40,206). Sum of RGB (Red+Green+Blue) = 195+40+206=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #C328CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328CE is #3CD731. Grayscale: #686868. Windows color (decimal): -3987250 or 13510851. OLE color: 13510851.
HSL color Cylindrical-coordinate representation of color #C328CE: hue angle of 296.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C328CE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 40 | 206 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.19 |
| HSL | 296.02º | 0.67% | 0.48% | - |
| HSV(B) | 296.02º | 0.81% | 0.81% | - |
| XYZ | 34.41 | 17.58 | 59.97 | - |
| YUV | 105.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 206 | 0.05 | 0.81 | 0 | 0.19 | 296.02 | 0.67 | 0.48 |
| Hex | C3 | 28 | CE | 5 | 51 | 0 | 13 | 128 | 43 | 30 |
| Octal | 303 | 50 | 316 | 5 | 121 | 0 | 23 | 450 | 103 | 60 |
| Binary | 11000011 | 101000 | 11001110 | 101 | 1010001 | 0 | 10011 | 100101000 | 1000011 | 110000 |
Color Harmonies of #C328CE
Complementary color
Monochromatic Colors of #C328CE
Black with #C328CE
Text Example
Text Example
White with #C328CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328CE; }
p { color: rgb(195,40,206); }
H1.HeaderClassName
{
color: #C328CE;
}
.AnyTagClassName
{
color: #C328CE;
}
</style>
background-color css
<style>
a { background-color: #C328CE; }
a { background-color: rgb(195,40,206); }
div.DivClassName
{
background-color: #C328CE;
}
.BgClassName
{
background-color: #C328CE;
}
</style>
border-color css
<style>
span { border-color: #C328CE; }
span { border-color: rgb(195,40,206); }
td.TdClassName
{
border-color: #C328CE;
}
.TagClassName
{
border-color: #C328CE;
}
</style>