Shades of Deep Magenta #C31BBB
Tints of Deep Magenta #C31BBB
RGB
CMYK
RGB Variations
Color information
#C31BBB (or 0xC31BBB) is known color: Deep Magenta. HEX triplet: C3, 1B and BB. RGB value is (195,27,187). Sum of RGB (Red+Green+Blue) = 195+27+187=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BBB is #3CE444. Grayscale: #5F5F5F. Windows color (decimal): -3990597 or 12262339. OLE color: 12262339.
HSL color Cylindrical-coordinate representation of color #C31BBB: hue angle of 302.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31BBB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 187 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.24 |
| HSL | 302.86º | 0.76% | 0.44% | - |
| HSV(B) | 302.86º | 0.86% | 0.76% | - |
| XYZ | 31.87 | 15.97 | 48.42 | - |
| YUV | 95.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 187 | 0 | 0.86 | 0.04 | 0.24 | 302.86 | 0.76 | 0.44 |
| Hex | C3 | 1B | BB | 0 | 56 | 4 | 18 | 12F | 4C | 2C |
| Octal | 303 | 33 | 273 | 0 | 126 | 4 | 30 | 457 | 114 | 54 |
| Binary | 11000011 | 11011 | 10111011 | 0 | 1010110 | 100 | 11000 | 100101111 | 1001100 | 101100 |
Color Harmonies of #C31BBB
Complementary color
Monochromatic Colors of #C31BBB
Black with #C31BBB
Text Example
Text Example
White with #C31BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BBB; }
p { color: rgb(195,27,187); }
H1.HeaderClassName
{
color: #C31BBB;
}
.AnyTagClassName
{
color: #C31BBB;
}
</style>
background-color css
<style>
a { background-color: #C31BBB; }
a { background-color: rgb(195,27,187); }
div.DivClassName
{
background-color: #C31BBB;
}
.BgClassName
{
background-color: #C31BBB;
}
</style>
border-color css
<style>
span { border-color: #C31BBB; }
span { border-color: rgb(195,27,187); }
td.TdClassName
{
border-color: #C31BBB;
}
.TagClassName
{
border-color: #C31BBB;
}
</style>