Shades of Deep Magenta #C31CDF
Tints of Deep Magenta #C31CDF
RGB
CMYK
RGB Variations
Color information
#C31CDF (or 0xC31CDF) is known color: Deep Magenta. HEX triplet: C3, 1C and DF. RGB value is (195,28,223). Sum of RGB (Red+Green+Blue) = 195+28+223=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C31CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CDF is #3CE320. Grayscale: #636363. Windows color (decimal): -3990305 or 14621891. OLE color: 14621891.
HSL color Cylindrical-coordinate representation of color #C31CDF: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CDF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 28 | 223 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.13 |
| HSL | 291.38º | 0.78% | 0.49% | - |
| HSV(B) | 291.38º | 0.87% | 0.87% | - |
| XYZ | 36.24 | 17.76 | 71.33 | - |
| YUV | 100.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 223 | 0.13 | 0.87 | 0 | 0.13 | 291.38 | 0.78 | 0.49 |
| Hex | C3 | 1C | DF | D | 57 | 0 | D | 123 | 4E | 31 |
| Octal | 303 | 34 | 337 | 15 | 127 | 0 | 15 | 443 | 116 | 61 |
| Binary | 11000011 | 11100 | 11011111 | 1101 | 1010111 | 0 | 1101 | 100100011 | 1001110 | 110001 |
Color Harmonies of #C31CDF
Complementary color
Monochromatic Colors of #C31CDF
Black with #C31CDF
Text Example
Text Example
White with #C31CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CDF; }
p { color: rgb(195,28,223); }
H1.HeaderClassName
{
color: #C31CDF;
}
.AnyTagClassName
{
color: #C31CDF;
}
</style>
background-color css
<style>
a { background-color: #C31CDF; }
a { background-color: rgb(195,28,223); }
div.DivClassName
{
background-color: #C31CDF;
}
.BgClassName
{
background-color: #C31CDF;
}
</style>
border-color css
<style>
span { border-color: #C31CDF; }
span { border-color: rgb(195,28,223); }
td.TdClassName
{
border-color: #C31CDF;
}
.TagClassName
{
border-color: #C31CDF;
}
</style>