Shades of Deep Magenta #C328E0
Tints of Deep Magenta #C328E0
RGB
CMYK
RGB Variations
Color information
#C328E0 (or 0xC328E0) is known color: Deep Magenta. HEX triplet: C3, 28 and E0. RGB value is (195,40,224). Sum of RGB (Red+Green+Blue) = 195+40+224=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #C328E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328E0 is #3CD71F. Grayscale: #6A6A6A. Windows color (decimal): -3987232 or 14690499. OLE color: 14690499.
HSL color Cylindrical-coordinate representation of color #C328E0: hue angle of 290.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C328E0 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 40 | 224 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.12 |
| HSL | 290.54º | 0.75% | 0.52% | - |
| HSV(B) | 290.54º | 0.82% | 0.88% | - |
| XYZ | 36.72 | 18.5 | 72.16 | - |
| YUV | 107.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 224 | 0.13 | 0.82 | 0 | 0.12 | 290.54 | 0.75 | 0.52 |
| Hex | C3 | 28 | E0 | D | 52 | 0 | C | 123 | 4B | 34 |
| Octal | 303 | 50 | 340 | 15 | 122 | 0 | 14 | 443 | 113 | 64 |
| Binary | 11000011 | 101000 | 11100000 | 1101 | 1010010 | 0 | 1100 | 100100011 | 1001011 | 110100 |
Color Harmonies of #C328E0
Complementary color
Monochromatic Colors of #C328E0
Black with #C328E0
Text Example
Text Example
White with #C328E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328E0; }
p { color: rgb(195,40,224); }
H1.HeaderClassName
{
color: #C328E0;
}
.AnyTagClassName
{
color: #C328E0;
}
</style>
background-color css
<style>
a { background-color: #C328E0; }
a { background-color: rgb(195,40,224); }
div.DivClassName
{
background-color: #C328E0;
}
.BgClassName
{
background-color: #C328E0;
}
</style>
border-color css
<style>
span { border-color: #C328E0; }
span { border-color: rgb(195,40,224); }
td.TdClassName
{
border-color: #C328E0;
}
.TagClassName
{
border-color: #C328E0;
}
</style>