Shades of Deep Magenta #C324DA
Tints of Deep Magenta #C324DA
RGB
CMYK
RGB Variations
Color information
#C324DA (or 0xC324DA) is known color: Deep Magenta. HEX triplet: C3, 24 and DA. RGB value is (195,36,218). Sum of RGB (Red+Green+Blue) = 195+36+218=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #C324DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324DA is #3CDB25. Grayscale: #676767. Windows color (decimal): -3988262 or 14296259. OLE color: 14296259.
HSL color Cylindrical-coordinate representation of color #C324DA: hue angle of 292.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C324DA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 36 | 218 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.15 |
| HSL | 292.42º | 0.72% | 0.5% | - |
| HSV(B) | 292.42º | 0.83% | 0.85% | - |
| XYZ | 35.79 | 17.93 | 67.9 | - |
| YUV | 104.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 218 | 0.11 | 0.83 | 0 | 0.15 | 292.42 | 0.72 | 0.5 |
| Hex | C3 | 24 | DA | B | 53 | 0 | F | 124 | 48 | 32 |
| Octal | 303 | 44 | 332 | 13 | 123 | 0 | 17 | 444 | 110 | 62 |
| Binary | 11000011 | 100100 | 11011010 | 1011 | 1010011 | 0 | 1111 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C324DA
Complementary color
Monochromatic Colors of #C324DA
Black with #C324DA
Text Example
Text Example
White with #C324DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324DA; }
p { color: rgb(195,36,218); }
H1.HeaderClassName
{
color: #C324DA;
}
.AnyTagClassName
{
color: #C324DA;
}
</style>
background-color css
<style>
a { background-color: #C324DA; }
a { background-color: rgb(195,36,218); }
div.DivClassName
{
background-color: #C324DA;
}
.BgClassName
{
background-color: #C324DA;
}
</style>
border-color css
<style>
span { border-color: #C324DA; }
span { border-color: rgb(195,36,218); }
td.TdClassName
{
border-color: #C324DA;
}
.TagClassName
{
border-color: #C324DA;
}
</style>