Shades of Deep Magenta #C31DBC
Tints of Deep Magenta #C31DBC
RGB
CMYK
RGB Variations
Color information
#C31DBC (or 0xC31DBC) is known color: Deep Magenta. HEX triplet: C3, 1D and BC. RGB value is (195,29,188). Sum of RGB (Red+Green+Blue) = 195+29+188=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DBC is #3CE243. Grayscale: #606060. Windows color (decimal): -3990084 or 12328387. OLE color: 12328387.
HSL color Cylindrical-coordinate representation of color #C31DBC: hue angle of 302.53º 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 #C31DBC is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.24 |
| HSL | 302.53º | 0.74% | 0.44% | - |
| HSV(B) | 302.53º | 0.85% | 0.76% | - |
| XYZ | 32.02 | 16.11 | 49 | - |
| YUV | 96.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 188 | 0 | 0.85 | 0.04 | 0.24 | 302.53 | 0.74 | 0.44 |
| Hex | C3 | 1D | BC | 0 | 55 | 4 | 18 | 12F | 4A | 2C |
| Octal | 303 | 35 | 274 | 0 | 125 | 4 | 30 | 457 | 112 | 54 |
| Binary | 11000011 | 11101 | 10111100 | 0 | 1010101 | 100 | 11000 | 100101111 | 1001010 | 101100 |
Color Harmonies of #C31DBC
Complementary color
Monochromatic Colors of #C31DBC
Black with #C31DBC
Text Example
Text Example
White with #C31DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DBC; }
p { color: rgb(195,29,188); }
H1.HeaderClassName
{
color: #C31DBC;
}
.AnyTagClassName
{
color: #C31DBC;
}
</style>
background-color css
<style>
a { background-color: #C31DBC; }
a { background-color: rgb(195,29,188); }
div.DivClassName
{
background-color: #C31DBC;
}
.BgClassName
{
background-color: #C31DBC;
}
</style>
border-color css
<style>
span { border-color: #C31DBC; }
span { border-color: rgb(195,29,188); }
td.TdClassName
{
border-color: #C31DBC;
}
.TagClassName
{
border-color: #C31DBC;
}
</style>