Shades of Deep Magenta #C327D8
Tints of Deep Magenta #C327D8
RGB
CMYK
RGB Variations
Color information
#C327D8 (or 0xC327D8) is known color: Deep Magenta. HEX triplet: C3, 27 and D8. RGB value is (195,39,216). Sum of RGB (Red+Green+Blue) = 195+39+216=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #C327D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327D8 is #3CD827. Grayscale: #696969. Windows color (decimal): -3987496 or 14165955. OLE color: 14165955.
HSL color Cylindrical-coordinate representation of color #C327D8: hue angle of 292.88º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C327D8 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 39 | 216 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.15 |
| HSL | 292.88º | 0.69% | 0.5% | - |
| HSV(B) | 292.88º | 0.82% | 0.85% | - |
| XYZ | 35.63 | 18.01 | 66.56 | - |
| YUV | 105.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 216 | 0.10 | 0.82 | 0 | 0.15 | 292.88 | 0.69 | 0.5 |
| Hex | C3 | 27 | D8 | A | 52 | 0 | F | 125 | 45 | 32 |
| Octal | 303 | 47 | 330 | 12 | 122 | 0 | 17 | 445 | 105 | 62 |
| Binary | 11000011 | 100111 | 11011000 | 1010 | 1010010 | 0 | 1111 | 100100101 | 1000101 | 110010 |
Color Harmonies of #C327D8
Complementary color
Monochromatic Colors of #C327D8
Black with #C327D8
Text Example
Text Example
White with #C327D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327D8; }
p { color: rgb(195,39,216); }
H1.HeaderClassName
{
color: #C327D8;
}
.AnyTagClassName
{
color: #C327D8;
}
</style>
background-color css
<style>
a { background-color: #C327D8; }
a { background-color: rgb(195,39,216); }
div.DivClassName
{
background-color: #C327D8;
}
.BgClassName
{
background-color: #C327D8;
}
</style>
border-color css
<style>
span { border-color: #C327D8; }
span { border-color: rgb(195,39,216); }
td.TdClassName
{
border-color: #C327D8;
}
.TagClassName
{
border-color: #C327D8;
}
</style>