Shades of Deep Magenta #C328DD
Tints of Deep Magenta #C328DD
RGB
CMYK
RGB Variations
Color information
#C328DD (or 0xC328DD) is known color: Deep Magenta. HEX triplet: C3, 28 and DD. RGB value is (195,40,221). Sum of RGB (Red+Green+Blue) = 195+40+221=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C328DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328DD is #3CD722. Grayscale: #6A6A6A. Windows color (decimal): -3987235 or 14493891. OLE color: 14493891.
HSL color Cylindrical-coordinate representation of color #C328DD: hue angle of 291.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C328DD is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 40 | 221 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.13 |
| HSL | 291.38º | 0.73% | 0.51% | - |
| HSV(B) | 291.38º | 0.82% | 0.87% | - |
| XYZ | 36.32 | 18.34 | 70.03 | - |
| YUV | 106.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 221 | 0.12 | 0.82 | 0 | 0.13 | 291.38 | 0.73 | 0.51 |
| Hex | C3 | 28 | DD | C | 52 | 0 | D | 123 | 49 | 33 |
| Octal | 303 | 50 | 335 | 14 | 122 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000011 | 101000 | 11011101 | 1100 | 1010010 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C328DD
Complementary color
Monochromatic Colors of #C328DD
Black with #C328DD
Text Example
Text Example
White with #C328DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328DD; }
p { color: rgb(195,40,221); }
H1.HeaderClassName
{
color: #C328DD;
}
.AnyTagClassName
{
color: #C328DD;
}
</style>
background-color css
<style>
a { background-color: #C328DD; }
a { background-color: rgb(195,40,221); }
div.DivClassName
{
background-color: #C328DD;
}
.BgClassName
{
background-color: #C328DD;
}
</style>
border-color css
<style>
span { border-color: #C328DD; }
span { border-color: rgb(195,40,221); }
td.TdClassName
{
border-color: #C328DD;
}
.TagClassName
{
border-color: #C328DD;
}
</style>