Shades of Deep Magenta #C31BC5
Tints of Deep Magenta #C31BC5
RGB
CMYK
RGB Variations
Color information
#C31BC5 (or 0xC31BC5) is known color: Deep Magenta. HEX triplet: C3, 1B and C5. RGB value is (195,27,197). Sum of RGB (Red+Green+Blue) = 195+27+197=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #C31BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BC5 is #3CE43A. Grayscale: #606060. Windows color (decimal): -3990587 or 12917699. OLE color: 12917699.
HSL color Cylindrical-coordinate representation of color #C31BC5: hue angle of 299.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31BC5 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 27 | 197 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.23 |
| HSL | 299.29º | 0.76% | 0.44% | - |
| HSV(B) | 299.29º | 0.86% | 0.77% | - |
| XYZ | 32.98 | 16.42 | 54.25 | - |
| YUV | 96.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 197 | 0.01 | 0.86 | 0 | 0.23 | 299.29 | 0.76 | 0.44 |
| Hex | C3 | 1B | C5 | 1 | 56 | 0 | 17 | 12B | 4C | 2C |
| Octal | 303 | 33 | 305 | 1 | 126 | 0 | 27 | 453 | 114 | 54 |
| Binary | 11000011 | 11011 | 11000101 | 1 | 1010110 | 0 | 10111 | 100101011 | 1001100 | 101100 |
Color Harmonies of #C31BC5
Complementary color
Monochromatic Colors of #C31BC5
Black with #C31BC5
Text Example
Text Example
White with #C31BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BC5; }
p { color: rgb(195,27,197); }
H1.HeaderClassName
{
color: #C31BC5;
}
.AnyTagClassName
{
color: #C31BC5;
}
</style>
background-color css
<style>
a { background-color: #C31BC5; }
a { background-color: rgb(195,27,197); }
div.DivClassName
{
background-color: #C31BC5;
}
.BgClassName
{
background-color: #C31BC5;
}
</style>
border-color css
<style>
span { border-color: #C31BC5; }
span { border-color: rgb(195,27,197); }
td.TdClassName
{
border-color: #C31BC5;
}
.TagClassName
{
border-color: #C31BC5;
}
</style>