Shades of Deep Magenta #C31FB9
Tints of Deep Magenta #C31FB9
RGB
CMYK
RGB Variations
Color information
#C31FB9 (or 0xC31FB9) is known color: Deep Magenta. HEX triplet: C3, 1F and B9. RGB value is (195,31,185). Sum of RGB (Red+Green+Blue) = 195+31+185=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FB9 is #3CE046. Grayscale: #616161. Windows color (decimal): -3989575 or 12132291. OLE color: 12132291.
HSL color Cylindrical-coordinate representation of color #C31FB9: hue angle of 303.66º 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 #C31FB9 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 185 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.24 |
| HSL | 303.66º | 0.73% | 0.44% | - |
| HSV(B) | 303.66º | 0.84% | 0.76% | - |
| XYZ | 31.75 | 16.08 | 47.33 | - |
| YUV | 97.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 185 | 0 | 0.84 | 0.05 | 0.24 | 303.66 | 0.73 | 0.44 |
| Hex | C3 | 1F | B9 | 0 | 54 | 5 | 18 | 130 | 49 | 2C |
| Octal | 303 | 37 | 271 | 0 | 124 | 5 | 30 | 460 | 111 | 54 |
| Binary | 11000011 | 11111 | 10111001 | 0 | 1010100 | 101 | 11000 | 100110000 | 1001001 | 101100 |
Color Harmonies of #C31FB9
Complementary color
Monochromatic Colors of #C31FB9
Black with #C31FB9
Text Example
Text Example
White with #C31FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FB9; }
p { color: rgb(195,31,185); }
H1.HeaderClassName
{
color: #C31FB9;
}
.AnyTagClassName
{
color: #C31FB9;
}
</style>
background-color css
<style>
a { background-color: #C31FB9; }
a { background-color: rgb(195,31,185); }
div.DivClassName
{
background-color: #C31FB9;
}
.BgClassName
{
background-color: #C31FB9;
}
</style>
border-color css
<style>
span { border-color: #C31FB9; }
span { border-color: rgb(195,31,185); }
td.TdClassName
{
border-color: #C31FB9;
}
.TagClassName
{
border-color: #C31FB9;
}
</style>