Shades of Deep Magenta #C31CDA
Tints of Deep Magenta #C31CDA
RGB
CMYK
RGB Variations
Color information
#C31CDA (or 0xC31CDA) is known color: Deep Magenta. HEX triplet: C3, 1C and DA. RGB value is (195,28,218). Sum of RGB (Red+Green+Blue) = 195+28+218=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #C31CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CDA is #3CE325. Grayscale: #636363. Windows color (decimal): -3990310 or 14294211. OLE color: 14294211.
HSL color Cylindrical-coordinate representation of color #C31CDA: hue angle of 292.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CDA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 28 | 218 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.15 |
| HSL | 292.74º | 0.77% | 0.48% | - |
| HSV(B) | 292.74º | 0.87% | 0.85% | - |
| XYZ | 35.58 | 17.49 | 67.83 | - |
| YUV | 99.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 218 | 0.11 | 0.87 | 0 | 0.15 | 292.74 | 0.77 | 0.48 |
| Hex | C3 | 1C | DA | B | 57 | 0 | F | 125 | 4D | 30 |
| Octal | 303 | 34 | 332 | 13 | 127 | 0 | 17 | 445 | 115 | 60 |
| Binary | 11000011 | 11100 | 11011010 | 1011 | 1010111 | 0 | 1111 | 100100101 | 1001101 | 110000 |
Color Harmonies of #C31CDA
Complementary color
Monochromatic Colors of #C31CDA
Black with #C31CDA
Text Example
Text Example
White with #C31CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CDA; }
p { color: rgb(195,28,218); }
H1.HeaderClassName
{
color: #C31CDA;
}
.AnyTagClassName
{
color: #C31CDA;
}
</style>
background-color css
<style>
a { background-color: #C31CDA; }
a { background-color: rgb(195,28,218); }
div.DivClassName
{
background-color: #C31CDA;
}
.BgClassName
{
background-color: #C31CDA;
}
</style>
border-color css
<style>
span { border-color: #C31CDA; }
span { border-color: rgb(195,28,218); }
td.TdClassName
{
border-color: #C31CDA;
}
.TagClassName
{
border-color: #C31CDA;
}
</style>