Shades of Deep Magenta #C32ACE
Tints of Deep Magenta #C32ACE
RGB
CMYK
RGB Variations
Color information
#C32ACE (or 0xC32ACE) is known color: Deep Magenta. HEX triplet: C3, 2A and CE. RGB value is (195,42,206). Sum of RGB (Red+Green+Blue) = 195+42+206=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C32ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ACE is #3CD531. Grayscale: #696969. Windows color (decimal): -3986738 or 13511363. OLE color: 13511363.
HSL color Cylindrical-coordinate representation of color #C32ACE: hue angle of 295.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32ACE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 42 | 206 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.19 |
| HSL | 295.98º | 0.66% | 0.49% | - |
| HSV(B) | 295.98º | 0.8% | 0.81% | - |
| XYZ | 34.47 | 17.71 | 59.99 | - |
| YUV | 106.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 206 | 0.05 | 0.80 | 0 | 0.19 | 295.98 | 0.66 | 0.49 |
| Hex | C3 | 2A | CE | 5 | 50 | 0 | 13 | 128 | 42 | 31 |
| Octal | 303 | 52 | 316 | 5 | 120 | 0 | 23 | 450 | 102 | 61 |
| Binary | 11000011 | 101010 | 11001110 | 101 | 1010000 | 0 | 10011 | 100101000 | 1000010 | 110001 |
Color Harmonies of #C32ACE
Complementary color
Monochromatic Colors of #C32ACE
Black with #C32ACE
Text Example
Text Example
White with #C32ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ACE; }
p { color: rgb(195,42,206); }
H1.HeaderClassName
{
color: #C32ACE;
}
.AnyTagClassName
{
color: #C32ACE;
}
</style>
background-color css
<style>
a { background-color: #C32ACE; }
a { background-color: rgb(195,42,206); }
div.DivClassName
{
background-color: #C32ACE;
}
.BgClassName
{
background-color: #C32ACE;
}
</style>
border-color css
<style>
span { border-color: #C32ACE; }
span { border-color: rgb(195,42,206); }
td.TdClassName
{
border-color: #C32ACE;
}
.TagClassName
{
border-color: #C32ACE;
}
</style>