Shades of Deep Magenta #C31AB8
Tints of Deep Magenta #C31AB8
RGB
CMYK
RGB Variations
Color information
#C31AB8 (or 0xC31AB8) is known color: Deep Magenta. HEX triplet: C3, 1A and B8. RGB value is (195,26,184). Sum of RGB (Red+Green+Blue) = 195+26+184=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AB8 is #3CE547. Grayscale: #5E5E5E. Windows color (decimal): -3990856 or 12065475. OLE color: 12065475.
HSL color Cylindrical-coordinate representation of color #C31AB8: hue angle of 303.91º 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 #C31AB8 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 184 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.24 |
| HSL | 303.91º | 0.76% | 0.43% | - |
| HSV(B) | 303.91º | 0.87% | 0.76% | - |
| XYZ | 31.53 | 15.8 | 46.74 | - |
| YUV | 94.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 184 | 0 | 0.87 | 0.06 | 0.24 | 303.91 | 0.76 | 0.43 |
| Hex | C3 | 1A | B8 | 0 | 57 | 6 | 18 | 130 | 4C | 2B |
| Octal | 303 | 32 | 270 | 0 | 127 | 6 | 30 | 460 | 114 | 53 |
| Binary | 11000011 | 11010 | 10111000 | 0 | 1010111 | 110 | 11000 | 100110000 | 1001100 | 101011 |
Color Harmonies of #C31AB8
Complementary color
Monochromatic Colors of #C31AB8
Black with #C31AB8
Text Example
Text Example
White with #C31AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AB8; }
p { color: rgb(195,26,184); }
H1.HeaderClassName
{
color: #C31AB8;
}
.AnyTagClassName
{
color: #C31AB8;
}
</style>
background-color css
<style>
a { background-color: #C31AB8; }
a { background-color: rgb(195,26,184); }
div.DivClassName
{
background-color: #C31AB8;
}
.BgClassName
{
background-color: #C31AB8;
}
</style>
border-color css
<style>
span { border-color: #C31AB8; }
span { border-color: rgb(195,26,184); }
td.TdClassName
{
border-color: #C31AB8;
}
.TagClassName
{
border-color: #C31AB8;
}
</style>