Shades of Deep Magenta #C31BC2
Tints of Deep Magenta #C31BC2
RGB
CMYK
RGB Variations
Color information
#C31BC2 (or 0xC31BC2) is known color: Deep Magenta. HEX triplet: C3, 1B and C2. RGB value is (195,27,194). Sum of RGB (Red+Green+Blue) = 195+27+194=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BC2 is #3CE43D. Grayscale: #5F5F5F. Windows color (decimal): -3990590 or 12721091. OLE color: 12721091.
HSL color Cylindrical-coordinate representation of color #C31BC2: hue angle of 300.36º 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 #C31BC2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 194 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.24 |
| HSL | 300.36º | 0.76% | 0.44% | - |
| HSV(B) | 300.36º | 0.86% | 0.76% | - |
| XYZ | 32.64 | 16.28 | 52.46 | - |
| YUV | 96.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 194 | 0 | 0.86 | 0.01 | 0.24 | 300.36 | 0.76 | 0.44 |
| Hex | C3 | 1B | C2 | 0 | 56 | 1 | 18 | 12C | 4C | 2C |
| Octal | 303 | 33 | 302 | 0 | 126 | 1 | 30 | 454 | 114 | 54 |
| Binary | 11000011 | 11011 | 11000010 | 0 | 1010110 | 1 | 11000 | 100101100 | 1001100 | 101100 |
Color Harmonies of #C31BC2
Complementary color
Monochromatic Colors of #C31BC2
Black with #C31BC2
Text Example
Text Example
White with #C31BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BC2; }
p { color: rgb(195,27,194); }
H1.HeaderClassName
{
color: #C31BC2;
}
.AnyTagClassName
{
color: #C31BC2;
}
</style>
background-color css
<style>
a { background-color: #C31BC2; }
a { background-color: rgb(195,27,194); }
div.DivClassName
{
background-color: #C31BC2;
}
.BgClassName
{
background-color: #C31BC2;
}
</style>
border-color css
<style>
span { border-color: #C31BC2; }
span { border-color: rgb(195,27,194); }
td.TdClassName
{
border-color: #C31BC2;
}
.TagClassName
{
border-color: #C31BC2;
}
</style>