Shades of Deep Magenta #C31CD5
Tints of Deep Magenta #C31CD5
RGB
CMYK
RGB Variations
Color information
#C31CD5 (or 0xC31CD5) is known color: Deep Magenta. HEX triplet: C3, 1C and D5. RGB value is (195,28,213). Sum of RGB (Red+Green+Blue) = 195+28+213=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #C31CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CD5 is #3CE32A. Grayscale: #626262. Windows color (decimal): -3990315 or 13966531. OLE color: 13966531.
HSL color Cylindrical-coordinate representation of color #C31CD5: hue angle of 294.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CD5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 28 | 213 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.16 |
| HSL | 294.16º | 0.77% | 0.47% | - |
| HSV(B) | 294.16º | 0.87% | 0.84% | - |
| XYZ | 34.93 | 17.24 | 64.44 | - |
| YUV | 99.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 213 | 0.08 | 0.87 | 0 | 0.16 | 294.16 | 0.77 | 0.47 |
| Hex | C3 | 1C | D5 | 8 | 57 | 0 | 10 | 126 | 4D | 2F |
| Octal | 303 | 34 | 325 | 10 | 127 | 0 | 20 | 446 | 115 | 57 |
| Binary | 11000011 | 11100 | 11010101 | 1000 | 1010111 | 0 | 10000 | 100100110 | 1001101 | 101111 |
Color Harmonies of #C31CD5
Complementary color
Monochromatic Colors of #C31CD5
Black with #C31CD5
Text Example
Text Example
White with #C31CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CD5; }
p { color: rgb(195,28,213); }
H1.HeaderClassName
{
color: #C31CD5;
}
.AnyTagClassName
{
color: #C31CD5;
}
</style>
background-color css
<style>
a { background-color: #C31CD5; }
a { background-color: rgb(195,28,213); }
div.DivClassName
{
background-color: #C31CD5;
}
.BgClassName
{
background-color: #C31CD5;
}
</style>
border-color css
<style>
span { border-color: #C31CD5; }
span { border-color: rgb(195,28,213); }
td.TdClassName
{
border-color: #C31CD5;
}
.TagClassName
{
border-color: #C31CD5;
}
</style>