Shades of Deep Magenta #C324DF
Tints of Deep Magenta #C324DF
RGB
CMYK
RGB Variations
Color information
#C324DF (or 0xC324DF) is known color: Deep Magenta. HEX triplet: C3, 24 and DF. RGB value is (195,36,223). Sum of RGB (Red+Green+Blue) = 195+36+223=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #C324DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324DF is #3CDB20. Grayscale: #686868. Windows color (decimal): -3988257 or 14623939. OLE color: 14623939.
HSL color Cylindrical-coordinate representation of color #C324DF: hue angle of 291.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C324DF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 36 | 223 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.13 |
| HSL | 291.02º | 0.75% | 0.51% | - |
| HSV(B) | 291.02º | 0.84% | 0.87% | - |
| XYZ | 36.46 | 18.19 | 71.4 | - |
| YUV | 104.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 223 | 0.13 | 0.84 | 0 | 0.13 | 291.02 | 0.75 | 0.51 |
| Hex | C3 | 24 | DF | D | 54 | 0 | D | 123 | 4B | 33 |
| Octal | 303 | 44 | 337 | 15 | 124 | 0 | 15 | 443 | 113 | 63 |
| Binary | 11000011 | 100100 | 11011111 | 1101 | 1010100 | 0 | 1101 | 100100011 | 1001011 | 110011 |
Color Harmonies of #C324DF
Complementary color
Monochromatic Colors of #C324DF
Black with #C324DF
Text Example
Text Example
White with #C324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324DF; }
p { color: rgb(195,36,223); }
H1.HeaderClassName
{
color: #C324DF;
}
.AnyTagClassName
{
color: #C324DF;
}
</style>
background-color css
<style>
a { background-color: #C324DF; }
a { background-color: rgb(195,36,223); }
div.DivClassName
{
background-color: #C324DF;
}
.BgClassName
{
background-color: #C324DF;
}
</style>
border-color css
<style>
span { border-color: #C324DF; }
span { border-color: rgb(195,36,223); }
td.TdClassName
{
border-color: #C324DF;
}
.TagClassName
{
border-color: #C324DF;
}
</style>