Shades of Deep Magenta #C324CC
Tints of Deep Magenta #C324CC
RGB
CMYK
RGB Variations
Color information
#C324CC (or 0xC324CC) is known color: Deep Magenta. HEX triplet: C3, 24 and CC. RGB value is (195,36,204). Sum of RGB (Red+Green+Blue) = 195+36+204=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C324CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324CC is #3CDB33. Grayscale: #666666. Windows color (decimal): -3988276 or 13378755. OLE color: 13378755.
HSL color Cylindrical-coordinate representation of color #C324CC: hue angle of 296.79º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C324CC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 36 | 204 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.2 |
| HSL | 296.79º | 0.7% | 0.47% | - |
| HSV(B) | 296.79º | 0.82% | 0.8% | - |
| XYZ | 34.04 | 17.22 | 58.66 | - |
| YUV | 102.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 204 | 0.04 | 0.82 | 0 | 0.2 | 296.79 | 0.7 | 0.47 |
| Hex | C3 | 24 | CC | 4 | 52 | 0 | 14 | 129 | 46 | 2F |
| Octal | 303 | 44 | 314 | 4 | 122 | 0 | 24 | 451 | 106 | 57 |
| Binary | 11000011 | 100100 | 11001100 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000110 | 101111 |
Color Harmonies of #C324CC
Complementary color
Monochromatic Colors of #C324CC
Black with #C324CC
Text Example
Text Example
White with #C324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324CC; }
p { color: rgb(195,36,204); }
H1.HeaderClassName
{
color: #C324CC;
}
.AnyTagClassName
{
color: #C324CC;
}
</style>
background-color css
<style>
a { background-color: #C324CC; }
a { background-color: rgb(195,36,204); }
div.DivClassName
{
background-color: #C324CC;
}
.BgClassName
{
background-color: #C324CC;
}
</style>
border-color css
<style>
span { border-color: #C324CC; }
span { border-color: rgb(195,36,204); }
td.TdClassName
{
border-color: #C324CC;
}
.TagClassName
{
border-color: #C324CC;
}
</style>