Shades of Deep Magenta #C31DBB
Tints of Deep Magenta #C31DBB
RGB
CMYK
RGB Variations
Color information
#C31DBB (or 0xC31DBB) is known color: Deep Magenta. HEX triplet: C3, 1D and BB. RGB value is (195,29,187). Sum of RGB (Red+Green+Blue) = 195+29+187=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DBB is #3CE244. Grayscale: #606060. Windows color (decimal): -3990085 or 12262851. OLE color: 12262851.
HSL color Cylindrical-coordinate representation of color #C31DBB: hue angle of 302.89º 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 #C31DBB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.24 |
| HSL | 302.89º | 0.74% | 0.44% | - |
| HSV(B) | 302.89º | 0.85% | 0.76% | - |
| XYZ | 31.91 | 16.07 | 48.43 | - |
| YUV | 96.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 187 | 0 | 0.85 | 0.04 | 0.24 | 302.89 | 0.74 | 0.44 |
| Hex | C3 | 1D | BB | 0 | 55 | 4 | 18 | 12F | 4A | 2C |
| Octal | 303 | 35 | 273 | 0 | 125 | 4 | 30 | 457 | 112 | 54 |
| Binary | 11000011 | 11101 | 10111011 | 0 | 1010101 | 100 | 11000 | 100101111 | 1001010 | 101100 |
Color Harmonies of #C31DBB
Complementary color
Monochromatic Colors of #C31DBB
Black with #C31DBB
Text Example
Text Example
White with #C31DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DBB; }
p { color: rgb(195,29,187); }
H1.HeaderClassName
{
color: #C31DBB;
}
.AnyTagClassName
{
color: #C31DBB;
}
</style>
background-color css
<style>
a { background-color: #C31DBB; }
a { background-color: rgb(195,29,187); }
div.DivClassName
{
background-color: #C31DBB;
}
.BgClassName
{
background-color: #C31DBB;
}
</style>
border-color css
<style>
span { border-color: #C31DBB; }
span { border-color: rgb(195,29,187); }
td.TdClassName
{
border-color: #C31DBB;
}
.TagClassName
{
border-color: #C31DBB;
}
</style>