Shades of Deep Magenta #C31ABF
Tints of Deep Magenta #C31ABF
RGB
CMYK
RGB Variations
Color information
#C31ABF (or 0xC31ABF) is known color: Deep Magenta. HEX triplet: C3, 1A and BF. RGB value is (195,26,191). Sum of RGB (Red+Green+Blue) = 195+26+191=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C31ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ABF is #3CE540. Grayscale: #5E5E5E. Windows color (decimal): -3990849 or 12524227. OLE color: 12524227.
HSL color Cylindrical-coordinate representation of color #C31ABF: hue angle of 301.42º 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 #C31ABF is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 191 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.24 |
| HSL | 301.42º | 0.76% | 0.43% | - |
| HSV(B) | 301.42º | 0.87% | 0.76% | - |
| XYZ | 32.28 | 16.1 | 50.7 | - |
| YUV | 95.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 191 | 0 | 0.87 | 0.02 | 0.24 | 301.42 | 0.76 | 0.43 |
| Hex | C3 | 1A | BF | 0 | 57 | 2 | 18 | 12D | 4C | 2B |
| Octal | 303 | 32 | 277 | 0 | 127 | 2 | 30 | 455 | 114 | 53 |
| Binary | 11000011 | 11010 | 10111111 | 0 | 1010111 | 10 | 11000 | 100101101 | 1001100 | 101011 |
Color Harmonies of #C31ABF
Complementary color
Monochromatic Colors of #C31ABF
Black with #C31ABF
Text Example
Text Example
White with #C31ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ABF; }
p { color: rgb(195,26,191); }
H1.HeaderClassName
{
color: #C31ABF;
}
.AnyTagClassName
{
color: #C31ABF;
}
</style>
background-color css
<style>
a { background-color: #C31ABF; }
a { background-color: rgb(195,26,191); }
div.DivClassName
{
background-color: #C31ABF;
}
.BgClassName
{
background-color: #C31ABF;
}
</style>
border-color css
<style>
span { border-color: #C31ABF; }
span { border-color: rgb(195,26,191); }
td.TdClassName
{
border-color: #C31ABF;
}
.TagClassName
{
border-color: #C31ABF;
}
</style>