Shades of Deep Magenta #C31AB0
Tints of Deep Magenta #C31AB0
RGB
CMYK
RGB Variations
Color information
#C31AB0 (or 0xC31AB0) is known color: Deep Magenta. HEX triplet: C3, 1A and B0. RGB value is (195,26,176). Sum of RGB (Red+Green+Blue) = 195+26+176=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AB0 is #3CE54F. Grayscale: #5D5D5D. Windows color (decimal): -3990864 or 11541187. OLE color: 11541187.
HSL color Cylindrical-coordinate representation of color #C31AB0: hue angle of 306.75º 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 #C31AB0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 176 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.24 |
| HSL | 306.75º | 0.76% | 0.43% | - |
| HSV(B) | 306.75º | 0.87% | 0.76% | - |
| XYZ | 30.71 | 15.48 | 42.44 | - |
| YUV | 93.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 176 | 0 | 0.87 | 0.10 | 0.24 | 306.75 | 0.76 | 0.43 |
| Hex | C3 | 1A | B0 | 0 | 57 | A | 18 | 133 | 4C | 2B |
| Octal | 303 | 32 | 260 | 0 | 127 | 12 | 30 | 463 | 114 | 53 |
| Binary | 11000011 | 11010 | 10110000 | 0 | 1010111 | 1010 | 11000 | 100110011 | 1001100 | 101011 |
Color Harmonies of #C31AB0
Complementary color
Monochromatic Colors of #C31AB0
Black with #C31AB0
Text Example
Text Example
White with #C31AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AB0; }
p { color: rgb(195,26,176); }
H1.HeaderClassName
{
color: #C31AB0;
}
.AnyTagClassName
{
color: #C31AB0;
}
</style>
background-color css
<style>
a { background-color: #C31AB0; }
a { background-color: rgb(195,26,176); }
div.DivClassName
{
background-color: #C31AB0;
}
.BgClassName
{
background-color: #C31AB0;
}
</style>
border-color css
<style>
span { border-color: #C31AB0; }
span { border-color: rgb(195,26,176); }
td.TdClassName
{
border-color: #C31AB0;
}
.TagClassName
{
border-color: #C31AB0;
}
</style>