Shades of Deep Magenta #C327DA
Tints of Deep Magenta #C327DA
RGB
CMYK
RGB Variations
Color information
#C327DA (or 0xC327DA) is known color: Deep Magenta. HEX triplet: C3, 27 and DA. RGB value is (195,39,218). Sum of RGB (Red+Green+Blue) = 195+39+218=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #C327DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327DA is #3CD825. Grayscale: #696969. Windows color (decimal): -3987494 or 14297027. OLE color: 14297027.
HSL color Cylindrical-coordinate representation of color #C327DA: hue angle of 292.29º degrees, saturation: 0.71, 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 #C327DA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 39 | 218 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.15 |
| HSL | 292.29º | 0.71% | 0.5% | - |
| HSV(B) | 292.29º | 0.82% | 0.85% | - |
| XYZ | 35.89 | 18.12 | 67.93 | - |
| YUV | 106.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 218 | 0.11 | 0.82 | 0 | 0.15 | 292.29 | 0.71 | 0.5 |
| Hex | C3 | 27 | DA | B | 52 | 0 | F | 124 | 47 | 32 |
| Octal | 303 | 47 | 332 | 13 | 122 | 0 | 17 | 444 | 107 | 62 |
| Binary | 11000011 | 100111 | 11011010 | 1011 | 1010010 | 0 | 1111 | 100100100 | 1000111 | 110010 |
Color Harmonies of #C327DA
Complementary color
Monochromatic Colors of #C327DA
Black with #C327DA
Text Example
Text Example
White with #C327DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327DA; }
p { color: rgb(195,39,218); }
H1.HeaderClassName
{
color: #C327DA;
}
.AnyTagClassName
{
color: #C327DA;
}
</style>
background-color css
<style>
a { background-color: #C327DA; }
a { background-color: rgb(195,39,218); }
div.DivClassName
{
background-color: #C327DA;
}
.BgClassName
{
background-color: #C327DA;
}
</style>
border-color css
<style>
span { border-color: #C327DA; }
span { border-color: rgb(195,39,218); }
td.TdClassName
{
border-color: #C327DA;
}
.TagClassName
{
border-color: #C327DA;
}
</style>