Shades of Deep Magenta #C31AAC
Tints of Deep Magenta #C31AAC
RGB
CMYK
RGB Variations
Color information
#C31AAC (or 0xC31AAC) is known color: Deep Magenta. HEX triplet: C3, 1A and AC. RGB value is (195,26,172). Sum of RGB (Red+Green+Blue) = 195+26+172=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AAC is #3CE553. Grayscale: #5C5C5C. Windows color (decimal): -3990868 or 11279043. OLE color: 11279043.
HSL color Cylindrical-coordinate representation of color #C31AAC: hue angle of 308.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31AAC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 172 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.24 |
| HSL | 308.17º | 0.76% | 0.43% | - |
| HSV(B) | 308.17º | 0.87% | 0.76% | - |
| XYZ | 30.32 | 15.32 | 40.39 | - |
| YUV | 93.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 172 | 0 | 0.87 | 0.12 | 0.24 | 308.17 | 0.76 | 0.43 |
| Hex | C3 | 1A | AC | 0 | 57 | C | 18 | 134 | 4C | 2B |
| Octal | 303 | 32 | 254 | 0 | 127 | 14 | 30 | 464 | 114 | 53 |
| Binary | 11000011 | 11010 | 10101100 | 0 | 1010111 | 1100 | 11000 | 100110100 | 1001100 | 101011 |
Color Harmonies of #C31AAC
Complementary color
Monochromatic Colors of #C31AAC
Black with #C31AAC
Text Example
Text Example
White with #C31AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AAC; }
p { color: rgb(195,26,172); }
H1.HeaderClassName
{
color: #C31AAC;
}
.AnyTagClassName
{
color: #C31AAC;
}
</style>
background-color css
<style>
a { background-color: #C31AAC; }
a { background-color: rgb(195,26,172); }
div.DivClassName
{
background-color: #C31AAC;
}
.BgClassName
{
background-color: #C31AAC;
}
</style>
border-color css
<style>
span { border-color: #C31AAC; }
span { border-color: rgb(195,26,172); }
td.TdClassName
{
border-color: #C31AAC;
}
.TagClassName
{
border-color: #C31AAC;
}
</style>