Shades of Deep Magenta #C31AAD
Tints of Deep Magenta #C31AAD
RGB
CMYK
RGB Variations
Color information
#C31AAD (or 0xC31AAD) is known color: Deep Magenta. HEX triplet: C3, 1A and AD. RGB value is (195,26,173). Sum of RGB (Red+Green+Blue) = 195+26+173=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AAD is #3CE552. Grayscale: #5C5C5C. Windows color (decimal): -3990867 or 11344579. OLE color: 11344579.
HSL color Cylindrical-coordinate representation of color #C31AAD: hue angle of 307.81º 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 #C31AAD is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.24 |
| HSL | 307.81º | 0.76% | 0.43% | - |
| HSV(B) | 307.81º | 0.87% | 0.76% | - |
| XYZ | 30.42 | 15.36 | 40.9 | - |
| YUV | 93.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 173 | 0 | 0.87 | 0.11 | 0.24 | 307.81 | 0.76 | 0.43 |
| Hex | C3 | 1A | AD | 0 | 57 | B | 18 | 134 | 4C | 2B |
| Octal | 303 | 32 | 255 | 0 | 127 | 13 | 30 | 464 | 114 | 53 |
| Binary | 11000011 | 11010 | 10101101 | 0 | 1010111 | 1011 | 11000 | 100110100 | 1001100 | 101011 |
Color Harmonies of #C31AAD
Complementary color
Monochromatic Colors of #C31AAD
Black with #C31AAD
Text Example
Text Example
White with #C31AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AAD; }
p { color: rgb(195,26,173); }
H1.HeaderClassName
{
color: #C31AAD;
}
.AnyTagClassName
{
color: #C31AAD;
}
</style>
background-color css
<style>
a { background-color: #C31AAD; }
a { background-color: rgb(195,26,173); }
div.DivClassName
{
background-color: #C31AAD;
}
.BgClassName
{
background-color: #C31AAD;
}
</style>
border-color css
<style>
span { border-color: #C31AAD; }
span { border-color: rgb(195,26,173); }
td.TdClassName
{
border-color: #C31AAD;
}
.TagClassName
{
border-color: #C31AAD;
}
</style>