Shades of Deep Magenta #C31AAE
Tints of Deep Magenta #C31AAE
RGB
CMYK
RGB Variations
Color information
#C31AAE (or 0xC31AAE) is known color: Deep Magenta. HEX triplet: C3, 1A and AE. RGB value is (195,26,174). Sum of RGB (Red+Green+Blue) = 195+26+174=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AAE is #3CE551. Grayscale: #5C5C5C. Windows color (decimal): -3990866 or 11410115. OLE color: 11410115.
HSL color Cylindrical-coordinate representation of color #C31AAE: hue angle of 307.46º 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 #C31AAE is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 174 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.24 |
| HSL | 307.46º | 0.76% | 0.43% | - |
| HSV(B) | 307.46º | 0.87% | 0.76% | - |
| XYZ | 30.52 | 15.4 | 41.41 | - |
| YUV | 93.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 174 | 0 | 0.87 | 0.11 | 0.24 | 307.46 | 0.76 | 0.43 |
| Hex | C3 | 1A | AE | 0 | 57 | B | 18 | 133 | 4C | 2B |
| Octal | 303 | 32 | 256 | 0 | 127 | 13 | 30 | 463 | 114 | 53 |
| Binary | 11000011 | 11010 | 10101110 | 0 | 1010111 | 1011 | 11000 | 100110011 | 1001100 | 101011 |
Color Harmonies of #C31AAE
Complementary color
Monochromatic Colors of #C31AAE
Black with #C31AAE
Text Example
Text Example
White with #C31AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AAE; }
p { color: rgb(195,26,174); }
H1.HeaderClassName
{
color: #C31AAE;
}
.AnyTagClassName
{
color: #C31AAE;
}
</style>
background-color css
<style>
a { background-color: #C31AAE; }
a { background-color: rgb(195,26,174); }
div.DivClassName
{
background-color: #C31AAE;
}
.BgClassName
{
background-color: #C31AAE;
}
</style>
border-color css
<style>
span { border-color: #C31AAE; }
span { border-color: rgb(195,26,174); }
td.TdClassName
{
border-color: #C31AAE;
}
.TagClassName
{
border-color: #C31AAE;
}
</style>