Shades of Deep Magenta #C31BB0
Tints of Deep Magenta #C31BB0
RGB
CMYK
RGB Variations
Color information
#C31BB0 (or 0xC31BB0) is known color: Deep Magenta. HEX triplet: C3, 1B and B0. RGB value is (195,27,176). Sum of RGB (Red+Green+Blue) = 195+27+176=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BB0 is #3CE44F. Grayscale: #5D5D5D. Windows color (decimal): -3990608 or 11541443. OLE color: 11541443.
HSL color Cylindrical-coordinate representation of color #C31BB0: hue angle of 306.79º 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 #C31BB0 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 176 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.24 |
| HSL | 306.79º | 0.76% | 0.44% | - |
| HSV(B) | 306.79º | 0.86% | 0.76% | - |
| XYZ | 30.73 | 15.52 | 42.45 | - |
| YUV | 94.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 176 | 0 | 0.86 | 0.10 | 0.24 | 306.79 | 0.76 | 0.44 |
| Hex | C3 | 1B | B0 | 0 | 56 | A | 18 | 133 | 4C | 2C |
| Octal | 303 | 33 | 260 | 0 | 126 | 12 | 30 | 463 | 114 | 54 |
| Binary | 11000011 | 11011 | 10110000 | 0 | 1010110 | 1010 | 11000 | 100110011 | 1001100 | 101100 |
Color Harmonies of #C31BB0
Complementary color
Monochromatic Colors of #C31BB0
Black with #C31BB0
Text Example
Text Example
White with #C31BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BB0; }
p { color: rgb(195,27,176); }
H1.HeaderClassName
{
color: #C31BB0;
}
.AnyTagClassName
{
color: #C31BB0;
}
</style>
background-color css
<style>
a { background-color: #C31BB0; }
a { background-color: rgb(195,27,176); }
div.DivClassName
{
background-color: #C31BB0;
}
.BgClassName
{
background-color: #C31BB0;
}
</style>
border-color css
<style>
span { border-color: #C31BB0; }
span { border-color: rgb(195,27,176); }
td.TdClassName
{
border-color: #C31BB0;
}
.TagClassName
{
border-color: #C31BB0;
}
</style>