Shades of Deep Magenta #C328D6
Tints of Deep Magenta #C328D6
RGB
CMYK
RGB Variations
Color information
#C328D6 (or 0xC328D6) is known color: Deep Magenta. HEX triplet: C3, 28 and D6. RGB value is (195,40,214). Sum of RGB (Red+Green+Blue) = 195+40+214=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #C328D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328D6 is #3CD729. Grayscale: #696969. Windows color (decimal): -3987242 or 14035139. OLE color: 14035139.
HSL color Cylindrical-coordinate representation of color #C328D6: hue angle of 293.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C328D6 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 40 | 214 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.16 |
| HSL | 293.45º | 0.69% | 0.5% | - |
| HSV(B) | 293.45º | 0.81% | 0.84% | - |
| XYZ | 35.4 | 17.97 | 65.22 | - |
| YUV | 106.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 214 | 0.09 | 0.81 | 0 | 0.16 | 293.45 | 0.69 | 0.5 |
| Hex | C3 | 28 | D6 | 9 | 51 | 0 | 10 | 125 | 45 | 32 |
| Octal | 303 | 50 | 326 | 11 | 121 | 0 | 20 | 445 | 105 | 62 |
| Binary | 11000011 | 101000 | 11010110 | 1001 | 1010001 | 0 | 10000 | 100100101 | 1000101 | 110010 |
Color Harmonies of #C328D6
Complementary color
Monochromatic Colors of #C328D6
Black with #C328D6
Text Example
Text Example
White with #C328D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328D6; }
p { color: rgb(195,40,214); }
H1.HeaderClassName
{
color: #C328D6;
}
.AnyTagClassName
{
color: #C328D6;
}
</style>
background-color css
<style>
a { background-color: #C328D6; }
a { background-color: rgb(195,40,214); }
div.DivClassName
{
background-color: #C328D6;
}
.BgClassName
{
background-color: #C328D6;
}
</style>
border-color css
<style>
span { border-color: #C328D6; }
span { border-color: rgb(195,40,214); }
td.TdClassName
{
border-color: #C328D6;
}
.TagClassName
{
border-color: #C328D6;
}
</style>