Shades of Deep Magenta #C31FCE
Tints of Deep Magenta #C31FCE
RGB
CMYK
RGB Variations
Color information
#C31FCE (or 0xC31FCE) is known color: Deep Magenta. HEX triplet: C3, 1F and CE. RGB value is (195,31,206). Sum of RGB (Red+Green+Blue) = 195+31+206=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C31FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FCE is #3CE031. Grayscale: #636363. Windows color (decimal): -3989554 or 13508547. OLE color: 13508547.
HSL color Cylindrical-coordinate representation of color #C31FCE: hue angle of 296.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31FCE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 31 | 206 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.19 |
| HSL | 296.23º | 0.74% | 0.46% | - |
| HSV(B) | 296.23º | 0.85% | 0.81% | - |
| XYZ | 34.14 | 17.04 | 59.88 | - |
| YUV | 99.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 206 | 0.05 | 0.85 | 0 | 0.19 | 296.23 | 0.74 | 0.46 |
| Hex | C3 | 1F | CE | 5 | 55 | 0 | 13 | 128 | 4A | 2E |
| Octal | 303 | 37 | 316 | 5 | 125 | 0 | 23 | 450 | 112 | 56 |
| Binary | 11000011 | 11111 | 11001110 | 101 | 1010101 | 0 | 10011 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C31FCE
Complementary color
Monochromatic Colors of #C31FCE
Black with #C31FCE
Text Example
Text Example
White with #C31FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FCE; }
p { color: rgb(195,31,206); }
H1.HeaderClassName
{
color: #C31FCE;
}
.AnyTagClassName
{
color: #C31FCE;
}
</style>
background-color css
<style>
a { background-color: #C31FCE; }
a { background-color: rgb(195,31,206); }
div.DivClassName
{
background-color: #C31FCE;
}
.BgClassName
{
background-color: #C31FCE;
}
</style>
border-color css
<style>
span { border-color: #C31FCE; }
span { border-color: rgb(195,31,206); }
td.TdClassName
{
border-color: #C31FCE;
}
.TagClassName
{
border-color: #C31FCE;
}
</style>