Shades of Deep Magenta #C324DD
Tints of Deep Magenta #C324DD
RGB
CMYK
RGB Variations
Color information
#C324DD (or 0xC324DD) is known color: Deep Magenta. HEX triplet: C3, 24 and DD. RGB value is (195,36,221). Sum of RGB (Red+Green+Blue) = 195+36+221=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C324DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324DD is #3CDB22. Grayscale: #686868. Windows color (decimal): -3988259 or 14492867. OLE color: 14492867.
HSL color Cylindrical-coordinate representation of color #C324DD: hue angle of 291.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C324DD is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 36 | 221 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.13 |
| HSL | 291.57º | 0.73% | 0.5% | - |
| HSV(B) | 291.57º | 0.84% | 0.87% | - |
| XYZ | 36.19 | 18.08 | 69.99 | - |
| YUV | 104.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 221 | 0.12 | 0.84 | 0 | 0.13 | 291.57 | 0.73 | 0.5 |
| Hex | C3 | 24 | DD | C | 54 | 0 | D | 124 | 49 | 32 |
| Octal | 303 | 44 | 335 | 14 | 124 | 0 | 15 | 444 | 111 | 62 |
| Binary | 11000011 | 100100 | 11011101 | 1100 | 1010100 | 0 | 1101 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C324DD
Complementary color
Monochromatic Colors of #C324DD
Black with #C324DD
Text Example
Text Example
White with #C324DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324DD; }
p { color: rgb(195,36,221); }
H1.HeaderClassName
{
color: #C324DD;
}
.AnyTagClassName
{
color: #C324DD;
}
</style>
background-color css
<style>
a { background-color: #C324DD; }
a { background-color: rgb(195,36,221); }
div.DivClassName
{
background-color: #C324DD;
}
.BgClassName
{
background-color: #C324DD;
}
</style>
border-color css
<style>
span { border-color: #C324DD; }
span { border-color: rgb(195,36,221); }
td.TdClassName
{
border-color: #C324DD;
}
.TagClassName
{
border-color: #C324DD;
}
</style>