Shades of Deep Magenta #C327DC
Tints of Deep Magenta #C327DC
RGB
CMYK
RGB Variations
Color information
#C327DC (or 0xC327DC) is known color: Deep Magenta. HEX triplet: C3, 27 and DC. RGB value is (195,39,220). Sum of RGB (Red+Green+Blue) = 195+39+220=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C327DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327DC is #3CD823. Grayscale: #696969. Windows color (decimal): -3987492 or 14428099. OLE color: 14428099.
HSL color Cylindrical-coordinate representation of color #C327DC: hue angle of 291.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C327DC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 39 | 220 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.14 |
| HSL | 291.71º | 0.72% | 0.51% | - |
| HSV(B) | 291.71º | 0.82% | 0.86% | - |
| XYZ | 36.15 | 18.22 | 69.32 | - |
| YUV | 106.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 220 | 0.11 | 0.82 | 0 | 0.14 | 291.71 | 0.72 | 0.51 |
| Hex | C3 | 27 | DC | B | 52 | 0 | E | 124 | 48 | 33 |
| Octal | 303 | 47 | 334 | 13 | 122 | 0 | 16 | 444 | 110 | 63 |
| Binary | 11000011 | 100111 | 11011100 | 1011 | 1010010 | 0 | 1110 | 100100100 | 1001000 | 110011 |
Color Harmonies of #C327DC
Complementary color
Monochromatic Colors of #C327DC
Black with #C327DC
Text Example
Text Example
White with #C327DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327DC; }
p { color: rgb(195,39,220); }
H1.HeaderClassName
{
color: #C327DC;
}
.AnyTagClassName
{
color: #C327DC;
}
</style>
background-color css
<style>
a { background-color: #C327DC; }
a { background-color: rgb(195,39,220); }
div.DivClassName
{
background-color: #C327DC;
}
.BgClassName
{
background-color: #C327DC;
}
</style>
border-color css
<style>
span { border-color: #C327DC; }
span { border-color: rgb(195,39,220); }
td.TdClassName
{
border-color: #C327DC;
}
.TagClassName
{
border-color: #C327DC;
}
</style>