Shades of Deep Magenta #C31DBD
Tints of Deep Magenta #C31DBD
RGB
CMYK
RGB Variations
Color information
#C31DBD (or 0xC31DBD) is known color: Deep Magenta. HEX triplet: C3, 1D and BD. RGB value is (195,29,189). Sum of RGB (Red+Green+Blue) = 195+29+189=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DBD is #3CE242. Grayscale: #606060. Windows color (decimal): -3990083 or 12393923. OLE color: 12393923.
HSL color Cylindrical-coordinate representation of color #C31DBD: hue angle of 302.17º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DBD is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.24 |
| HSL | 302.17º | 0.74% | 0.44% | - |
| HSV(B) | 302.17º | 0.85% | 0.76% | - |
| XYZ | 32.13 | 16.15 | 49.57 | - |
| YUV | 96.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 189 | 0 | 0.85 | 0.03 | 0.24 | 302.17 | 0.74 | 0.44 |
| Hex | C3 | 1D | BD | 0 | 55 | 3 | 18 | 12E | 4A | 2C |
| Octal | 303 | 35 | 275 | 0 | 125 | 3 | 30 | 456 | 112 | 54 |
| Binary | 11000011 | 11101 | 10111101 | 0 | 1010101 | 11 | 11000 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C31DBD
Complementary color
Monochromatic Colors of #C31DBD
Black with #C31DBD
Text Example
Text Example
White with #C31DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DBD; }
p { color: rgb(195,29,189); }
H1.HeaderClassName
{
color: #C31DBD;
}
.AnyTagClassName
{
color: #C31DBD;
}
</style>
background-color css
<style>
a { background-color: #C31DBD; }
a { background-color: rgb(195,29,189); }
div.DivClassName
{
background-color: #C31DBD;
}
.BgClassName
{
background-color: #C31DBD;
}
</style>
border-color css
<style>
span { border-color: #C31DBD; }
span { border-color: rgb(195,29,189); }
td.TdClassName
{
border-color: #C31DBD;
}
.TagClassName
{
border-color: #C31DBD;
}
</style>