Shades of Deep Magenta #C31BDB
Tints of Deep Magenta #C31BDB
RGB
CMYK
RGB Variations
Color information
#C31BDB (or 0xC31BDB) is known color: Deep Magenta. HEX triplet: C3, 1B and DB. RGB value is (195,27,219). Sum of RGB (Red+Green+Blue) = 195+27+219=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C31BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BDB is #3CE424. Grayscale: #626262. Windows color (decimal): -3990565 or 14359491. OLE color: 14359491.
HSL color Cylindrical-coordinate representation of color #C31BDB: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31BDB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 27 | 219 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.14 |
| HSL | 292.5º | 0.78% | 0.48% | - |
| HSV(B) | 292.5º | 0.88% | 0.86% | - |
| XYZ | 35.68 | 17.5 | 68.52 | - |
| YUV | 99.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 219 | 0.11 | 0.88 | 0 | 0.14 | 292.5 | 0.78 | 0.48 |
| Hex | C3 | 1B | DB | B | 58 | 0 | E | 124 | 4E | 30 |
| Octal | 303 | 33 | 333 | 13 | 130 | 0 | 16 | 444 | 116 | 60 |
| Binary | 11000011 | 11011 | 11011011 | 1011 | 1011000 | 0 | 1110 | 100100100 | 1001110 | 110000 |
Color Harmonies of #C31BDB
Complementary color
Monochromatic Colors of #C31BDB
Black with #C31BDB
Text Example
Text Example
White with #C31BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BDB; }
p { color: rgb(195,27,219); }
H1.HeaderClassName
{
color: #C31BDB;
}
.AnyTagClassName
{
color: #C31BDB;
}
</style>
background-color css
<style>
a { background-color: #C31BDB; }
a { background-color: rgb(195,27,219); }
div.DivClassName
{
background-color: #C31BDB;
}
.BgClassName
{
background-color: #C31BDB;
}
</style>
border-color css
<style>
span { border-color: #C31BDB; }
span { border-color: rgb(195,27,219); }
td.TdClassName
{
border-color: #C31BDB;
}
.TagClassName
{
border-color: #C31BDB;
}
</style>