Shades of Deep Magenta #C31BCE
Tints of Deep Magenta #C31BCE
RGB
CMYK
RGB Variations
Color information
#C31BCE (or 0xC31BCE) is known color: Deep Magenta. HEX triplet: C3, 1B and CE. RGB value is (195,27,206). Sum of RGB (Red+Green+Blue) = 195+27+206=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C31BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCE is #3CE431. Grayscale: #616161. Windows color (decimal): -3990578 or 13507523. OLE color: 13507523.
HSL color Cylindrical-coordinate representation of color #C31BCE: hue angle of 296.31º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31BCE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 27 | 206 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.19 |
| HSL | 296.31º | 0.77% | 0.46% | - |
| HSV(B) | 296.31º | 0.87% | 0.81% | - |
| XYZ | 34.04 | 16.84 | 59.85 | - |
| YUV | 97.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 206 | 0.05 | 0.87 | 0 | 0.19 | 296.31 | 0.77 | 0.46 |
| Hex | C3 | 1B | CE | 5 | 57 | 0 | 13 | 128 | 4D | 2E |
| Octal | 303 | 33 | 316 | 5 | 127 | 0 | 23 | 450 | 115 | 56 |
| Binary | 11000011 | 11011 | 11001110 | 101 | 1010111 | 0 | 10011 | 100101000 | 1001101 | 101110 |
Color Harmonies of #C31BCE
Complementary color
Monochromatic Colors of #C31BCE
Black with #C31BCE
Text Example
Text Example
White with #C31BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BCE; }
p { color: rgb(195,27,206); }
H1.HeaderClassName
{
color: #C31BCE;
}
.AnyTagClassName
{
color: #C31BCE;
}
</style>
background-color css
<style>
a { background-color: #C31BCE; }
a { background-color: rgb(195,27,206); }
div.DivClassName
{
background-color: #C31BCE;
}
.BgClassName
{
background-color: #C31BCE;
}
</style>
border-color css
<style>
span { border-color: #C31BCE; }
span { border-color: rgb(195,27,206); }
td.TdClassName
{
border-color: #C31BCE;
}
.TagClassName
{
border-color: #C31BCE;
}
</style>