Shades of Deep Magenta #C31FB7
Tints of Deep Magenta #C31FB7
RGB
CMYK
RGB Variations
Color information
#C31FB7 (or 0xC31FB7) is known color: Deep Magenta. HEX triplet: C3, 1F and B7. RGB value is (195,31,183). Sum of RGB (Red+Green+Blue) = 195+31+183=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FB7 is #3CE048. Grayscale: #606060. Windows color (decimal): -3989577 or 12001219. OLE color: 12001219.
HSL color Cylindrical-coordinate representation of color #C31FB7: hue angle of 304.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31FB7 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 183 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.24 |
| HSL | 304.39º | 0.73% | 0.44% | - |
| HSV(B) | 304.39º | 0.84% | 0.76% | - |
| XYZ | 31.54 | 16 | 46.23 | - |
| YUV | 97.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 183 | 0 | 0.84 | 0.06 | 0.24 | 304.39 | 0.73 | 0.44 |
| Hex | C3 | 1F | B7 | 0 | 54 | 6 | 18 | 130 | 49 | 2C |
| Octal | 303 | 37 | 267 | 0 | 124 | 6 | 30 | 460 | 111 | 54 |
| Binary | 11000011 | 11111 | 10110111 | 0 | 1010100 | 110 | 11000 | 100110000 | 1001001 | 101100 |
Color Harmonies of #C31FB7
Complementary color
Monochromatic Colors of #C31FB7
Black with #C31FB7
Text Example
Text Example
White with #C31FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FB7; }
p { color: rgb(195,31,183); }
H1.HeaderClassName
{
color: #C31FB7;
}
.AnyTagClassName
{
color: #C31FB7;
}
</style>
background-color css
<style>
a { background-color: #C31FB7; }
a { background-color: rgb(195,31,183); }
div.DivClassName
{
background-color: #C31FB7;
}
.BgClassName
{
background-color: #C31FB7;
}
</style>
border-color css
<style>
span { border-color: #C31FB7; }
span { border-color: rgb(195,31,183); }
td.TdClassName
{
border-color: #C31FB7;
}
.TagClassName
{
border-color: #C31FB7;
}
</style>