Shades of Deep Magenta #C326DD
Tints of Deep Magenta #C326DD
RGB
CMYK
RGB Variations
Color information
#C326DD (or 0xC326DD) is known color: Deep Magenta. HEX triplet: C3, 26 and DD. RGB value is (195,38,221). Sum of RGB (Red+Green+Blue) = 195+38+221=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C326DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326DD is #3CD922. Grayscale: #696969. Windows color (decimal): -3987747 or 14493379. OLE color: 14493379.
HSL color Cylindrical-coordinate representation of color #C326DD: hue angle of 291.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C326DD is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 38 | 221 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.13 |
| HSL | 291.48º | 0.73% | 0.51% | - |
| HSV(B) | 291.48º | 0.83% | 0.87% | - |
| XYZ | 36.25 | 18.21 | 70.01 | - |
| YUV | 105.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 221 | 0.12 | 0.83 | 0 | 0.13 | 291.48 | 0.73 | 0.51 |
| Hex | C3 | 26 | DD | C | 53 | 0 | D | 123 | 49 | 33 |
| Octal | 303 | 46 | 335 | 14 | 123 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000011 | 100110 | 11011101 | 1100 | 1010011 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C326DD
Complementary color
Monochromatic Colors of #C326DD
Black with #C326DD
Text Example
Text Example
White with #C326DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326DD; }
p { color: rgb(195,38,221); }
H1.HeaderClassName
{
color: #C326DD;
}
.AnyTagClassName
{
color: #C326DD;
}
</style>
background-color css
<style>
a { background-color: #C326DD; }
a { background-color: rgb(195,38,221); }
div.DivClassName
{
background-color: #C326DD;
}
.BgClassName
{
background-color: #C326DD;
}
</style>
border-color css
<style>
span { border-color: #C326DD; }
span { border-color: rgb(195,38,221); }
td.TdClassName
{
border-color: #C326DD;
}
.TagClassName
{
border-color: #C326DD;
}
</style>