Shades of Deep Magenta #C31FB4
Tints of Deep Magenta #C31FB4
RGB
CMYK
RGB Variations
Color information
#C31FB4 (or 0xC31FB4) is known color: Deep Magenta. HEX triplet: C3, 1F and B4. RGB value is (195,31,180). Sum of RGB (Red+Green+Blue) = 195+31+180=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FB4 is #3CE04B. Grayscale: #606060. Windows color (decimal): -3989580 or 11804611. OLE color: 11804611.
HSL color Cylindrical-coordinate representation of color #C31FB4: hue angle of 305.49º 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 #C31FB4 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 180 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.24 |
| HSL | 305.49º | 0.73% | 0.44% | - |
| HSV(B) | 305.49º | 0.84% | 0.76% | - |
| XYZ | 31.23 | 15.88 | 44.6 | - |
| YUV | 97.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 180 | 0 | 0.84 | 0.08 | 0.24 | 305.49 | 0.73 | 0.44 |
| Hex | C3 | 1F | B4 | 0 | 54 | 8 | 18 | 131 | 49 | 2C |
| Octal | 303 | 37 | 264 | 0 | 124 | 10 | 30 | 461 | 111 | 54 |
| Binary | 11000011 | 11111 | 10110100 | 0 | 1010100 | 1000 | 11000 | 100110001 | 1001001 | 101100 |
Color Harmonies of #C31FB4
Complementary color
Monochromatic Colors of #C31FB4
Black with #C31FB4
Text Example
Text Example
White with #C31FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FB4; }
p { color: rgb(195,31,180); }
H1.HeaderClassName
{
color: #C31FB4;
}
.AnyTagClassName
{
color: #C31FB4;
}
</style>
background-color css
<style>
a { background-color: #C31FB4; }
a { background-color: rgb(195,31,180); }
div.DivClassName
{
background-color: #C31FB4;
}
.BgClassName
{
background-color: #C31FB4;
}
</style>
border-color css
<style>
span { border-color: #C31FB4; }
span { border-color: rgb(195,31,180); }
td.TdClassName
{
border-color: #C31FB4;
}
.TagClassName
{
border-color: #C31FB4;
}
</style>