Shades of Deep Magenta #C31CB8
Tints of Deep Magenta #C31CB8
RGB
CMYK
RGB Variations
Color information
#C31CB8 (or 0xC31CB8) is known color: Deep Magenta. HEX triplet: C3, 1C and B8. RGB value is (195,28,184). Sum of RGB (Red+Green+Blue) = 195+28+184=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CB8 is #3CE347. Grayscale: #5F5F5F. Windows color (decimal): -3990344 or 12065987. OLE color: 12065987.
HSL color Cylindrical-coordinate representation of color #C31CB8: hue angle of 303.95º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CB8 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 184 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.24 |
| HSL | 303.95º | 0.75% | 0.44% | - |
| HSV(B) | 303.95º | 0.86% | 0.76% | - |
| XYZ | 31.57 | 15.89 | 46.75 | - |
| YUV | 95.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 184 | 0 | 0.86 | 0.06 | 0.24 | 303.95 | 0.75 | 0.44 |
| Hex | C3 | 1C | B8 | 0 | 56 | 6 | 18 | 130 | 4B | 2C |
| Octal | 303 | 34 | 270 | 0 | 126 | 6 | 30 | 460 | 113 | 54 |
| Binary | 11000011 | 11100 | 10111000 | 0 | 1010110 | 110 | 11000 | 100110000 | 1001011 | 101100 |
Color Harmonies of #C31CB8
Complementary color
Monochromatic Colors of #C31CB8
Black with #C31CB8
Text Example
Text Example
White with #C31CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CB8; }
p { color: rgb(195,28,184); }
H1.HeaderClassName
{
color: #C31CB8;
}
.AnyTagClassName
{
color: #C31CB8;
}
</style>
background-color css
<style>
a { background-color: #C31CB8; }
a { background-color: rgb(195,28,184); }
div.DivClassName
{
background-color: #C31CB8;
}
.BgClassName
{
background-color: #C31CB8;
}
</style>
border-color css
<style>
span { border-color: #C31CB8; }
span { border-color: rgb(195,28,184); }
td.TdClassName
{
border-color: #C31CB8;
}
.TagClassName
{
border-color: #C31CB8;
}
</style>