Shades of Deep Magenta #C32ACB
Tints of Deep Magenta #C32ACB
RGB
CMYK
RGB Variations
Color information
#C32ACB (or 0xC32ACB) is known color: Deep Magenta. HEX triplet: C3, 2A and CB. RGB value is (195,42,203). Sum of RGB (Red+Green+Blue) = 195+42+203=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #C32ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ACB is #3CD534. Grayscale: #696969. Windows color (decimal): -3986741 or 13314755. OLE color: 13314755.
HSL color Cylindrical-coordinate representation of color #C32ACB: hue angle of 297.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32ACB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 42 | 203 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.20 |
| HSL | 297.02º | 0.66% | 0.48% | - |
| HSV(B) | 297.02º | 0.79% | 0.8% | - |
| XYZ | 34.11 | 17.57 | 58.09 | - |
| YUV | 106.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 203 | 0.04 | 0.79 | 0 | 0.20 | 297.02 | 0.66 | 0.48 |
| Hex | C3 | 2A | CB | 4 | 4F | 0 | 14 | 129 | 42 | 30 |
| Octal | 303 | 52 | 313 | 4 | 117 | 0 | 24 | 451 | 102 | 60 |
| Binary | 11000011 | 101010 | 11001011 | 100 | 1001111 | 0 | 10100 | 100101001 | 1000010 | 110000 |
Color Harmonies of #C32ACB
Complementary color
Monochromatic Colors of #C32ACB
Black with #C32ACB
Text Example
Text Example
White with #C32ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ACB; }
p { color: rgb(195,42,203); }
H1.HeaderClassName
{
color: #C32ACB;
}
.AnyTagClassName
{
color: #C32ACB;
}
</style>
background-color css
<style>
a { background-color: #C32ACB; }
a { background-color: rgb(195,42,203); }
div.DivClassName
{
background-color: #C32ACB;
}
.BgClassName
{
background-color: #C32ACB;
}
</style>
border-color css
<style>
span { border-color: #C32ACB; }
span { border-color: rgb(195,42,203); }
td.TdClassName
{
border-color: #C32ACB;
}
.TagClassName
{
border-color: #C32ACB;
}
</style>