Shades of Deep Magenta #C328CA
Tints of Deep Magenta #C328CA
RGB
CMYK
RGB Variations
Color information
#C328CA (or 0xC328CA) is known color: Deep Magenta. HEX triplet: C3, 28 and CA. RGB value is (195,40,202). Sum of RGB (Red+Green+Blue) = 195+40+202=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #C328CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328CA is #3CD735. Grayscale: #686868. Windows color (decimal): -3987254 or 13248707. OLE color: 13248707.
HSL color Cylindrical-coordinate representation of color #C328CA: hue angle of 297.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C328CA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 40 | 202 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.21 |
| HSL | 297.41º | 0.67% | 0.47% | - |
| HSV(B) | 297.41º | 0.8% | 0.79% | - |
| XYZ | 33.93 | 17.38 | 57.44 | - |
| YUV | 104.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 202 | 0.03 | 0.80 | 0 | 0.21 | 297.41 | 0.67 | 0.47 |
| Hex | C3 | 28 | CA | 3 | 50 | 0 | 15 | 129 | 43 | 2F |
| Octal | 303 | 50 | 312 | 3 | 120 | 0 | 25 | 451 | 103 | 57 |
| Binary | 11000011 | 101000 | 11001010 | 11 | 1010000 | 0 | 10101 | 100101001 | 1000011 | 101111 |
Color Harmonies of #C328CA
Complementary color
Monochromatic Colors of #C328CA
Black with #C328CA
Text Example
Text Example
White with #C328CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328CA; }
p { color: rgb(195,40,202); }
H1.HeaderClassName
{
color: #C328CA;
}
.AnyTagClassName
{
color: #C328CA;
}
</style>
background-color css
<style>
a { background-color: #C328CA; }
a { background-color: rgb(195,40,202); }
div.DivClassName
{
background-color: #C328CA;
}
.BgClassName
{
background-color: #C328CA;
}
</style>
border-color css
<style>
span { border-color: #C328CA; }
span { border-color: rgb(195,40,202); }
td.TdClassName
{
border-color: #C328CA;
}
.TagClassName
{
border-color: #C328CA;
}
</style>