Shades of Deep Magenta #C31ABB
Tints of Deep Magenta #C31ABB
RGB
CMYK
RGB Variations
Color information
#C31ABB (or 0xC31ABB) is known color: Deep Magenta. HEX triplet: C3, 1A and BB. RGB value is (195,26,187). Sum of RGB (Red+Green+Blue) = 195+26+187=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C31ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ABB is #3CE544. Grayscale: #5E5E5E. Windows color (decimal): -3990853 or 12262083. OLE color: 12262083.
HSL color Cylindrical-coordinate representation of color #C31ABB: hue angle of 302.84º 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 #C31ABB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.24 |
| HSL | 302.84º | 0.76% | 0.43% | - |
| HSV(B) | 302.84º | 0.87% | 0.76% | - |
| XYZ | 31.84 | 15.93 | 48.41 | - |
| YUV | 94.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 187 | 0 | 0.87 | 0.04 | 0.24 | 302.84 | 0.76 | 0.43 |
| Hex | C3 | 1A | BB | 0 | 57 | 4 | 18 | 12F | 4C | 2B |
| Octal | 303 | 32 | 273 | 0 | 127 | 4 | 30 | 457 | 114 | 53 |
| Binary | 11000011 | 11010 | 10111011 | 0 | 1010111 | 100 | 11000 | 100101111 | 1001100 | 101011 |
Color Harmonies of #C31ABB
Complementary color
Monochromatic Colors of #C31ABB
Black with #C31ABB
Text Example
Text Example
White with #C31ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ABB; }
p { color: rgb(195,26,187); }
H1.HeaderClassName
{
color: #C31ABB;
}
.AnyTagClassName
{
color: #C31ABB;
}
</style>
background-color css
<style>
a { background-color: #C31ABB; }
a { background-color: rgb(195,26,187); }
div.DivClassName
{
background-color: #C31ABB;
}
.BgClassName
{
background-color: #C31ABB;
}
</style>
border-color css
<style>
span { border-color: #C31ABB; }
span { border-color: rgb(195,26,187); }
td.TdClassName
{
border-color: #C31ABB;
}
.TagClassName
{
border-color: #C31ABB;
}
</style>