Shades of Deep Magenta #C31BDE
Tints of Deep Magenta #C31BDE
RGB
CMYK
RGB Variations
Color information
#C31BDE (or 0xC31BDE) is known color: Deep Magenta. HEX triplet: C3, 1B and DE. RGB value is (195,27,222). Sum of RGB (Red+Green+Blue) = 195+27+222=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #C31BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BDE is #3CE421. Grayscale: #626262. Windows color (decimal): -3990562 or 14556099. OLE color: 14556099.
HSL color Cylindrical-coordinate representation of color #C31BDE: hue angle of 291.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31BDE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 27 | 222 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.13 |
| HSL | 291.69º | 0.78% | 0.49% | - |
| HSV(B) | 291.69º | 0.88% | 0.87% | - |
| XYZ | 36.08 | 17.66 | 70.61 | - |
| YUV | 99.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 222 | 0.12 | 0.88 | 0 | 0.13 | 291.69 | 0.78 | 0.49 |
| Hex | C3 | 1B | DE | C | 58 | 0 | D | 124 | 4E | 31 |
| Octal | 303 | 33 | 336 | 14 | 130 | 0 | 15 | 444 | 116 | 61 |
| Binary | 11000011 | 11011 | 11011110 | 1100 | 1011000 | 0 | 1101 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C31BDE
Complementary color
Monochromatic Colors of #C31BDE
Black with #C31BDE
Text Example
Text Example
White with #C31BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BDE; }
p { color: rgb(195,27,222); }
H1.HeaderClassName
{
color: #C31BDE;
}
.AnyTagClassName
{
color: #C31BDE;
}
</style>
background-color css
<style>
a { background-color: #C31BDE; }
a { background-color: rgb(195,27,222); }
div.DivClassName
{
background-color: #C31BDE;
}
.BgClassName
{
background-color: #C31BDE;
}
</style>
border-color css
<style>
span { border-color: #C31BDE; }
span { border-color: rgb(195,27,222); }
td.TdClassName
{
border-color: #C31BDE;
}
.TagClassName
{
border-color: #C31BDE;
}
</style>