Shades of Deep Magenta #C31BBC
Tints of Deep Magenta #C31BBC
RGB
CMYK
RGB Variations
Color information
#C31BBC (or 0xC31BBC) is known color: Deep Magenta. HEX triplet: C3, 1B and BC. RGB value is (195,27,188). Sum of RGB (Red+Green+Blue) = 195+27+188=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BBC is #3CE443. Grayscale: #5F5F5F. Windows color (decimal): -3990596 or 12327875. OLE color: 12327875.
HSL color Cylindrical-coordinate representation of color #C31BBC: hue angle of 302.5º 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 #C31BBC is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 188 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.24 |
| HSL | 302.5º | 0.76% | 0.44% | - |
| HSV(B) | 302.5º | 0.86% | 0.76% | - |
| XYZ | 31.97 | 16.02 | 48.98 | - |
| YUV | 95.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 188 | 0 | 0.86 | 0.04 | 0.24 | 302.5 | 0.76 | 0.44 |
| Hex | C3 | 1B | BC | 0 | 56 | 4 | 18 | 12E | 4C | 2C |
| Octal | 303 | 33 | 274 | 0 | 126 | 4 | 30 | 456 | 114 | 54 |
| Binary | 11000011 | 11011 | 10111100 | 0 | 1010110 | 100 | 11000 | 100101110 | 1001100 | 101100 |
Color Harmonies of #C31BBC
Complementary color
Monochromatic Colors of #C31BBC
Black with #C31BBC
Text Example
Text Example
White with #C31BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BBC; }
p { color: rgb(195,27,188); }
H1.HeaderClassName
{
color: #C31BBC;
}
.AnyTagClassName
{
color: #C31BBC;
}
</style>
background-color css
<style>
a { background-color: #C31BBC; }
a { background-color: rgb(195,27,188); }
div.DivClassName
{
background-color: #C31BBC;
}
.BgClassName
{
background-color: #C31BBC;
}
</style>
border-color css
<style>
span { border-color: #C31BBC; }
span { border-color: rgb(195,27,188); }
td.TdClassName
{
border-color: #C31BBC;
}
.TagClassName
{
border-color: #C31BBC;
}
</style>