Shades of Deep Magenta #C31DC3
Tints of Deep Magenta #C31DC3
RGB
CMYK
RGB Variations
Color information
#C31DC3 (or 0xC31DC3) is known color: Deep Magenta. HEX triplet: C3, 1D and C3. RGB value is (195,29,195). Sum of RGB (Red+Green+Blue) = 195+29+195=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C31DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DC3 is #3CE23C. Grayscale: #616161. Windows color (decimal): -3990077 or 12787139. OLE color: 12787139.
HSL color Cylindrical-coordinate representation of color #C31DC3: hue angle of 300º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DC3 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 195 | - |
| CMYK | 0 | 0.85 | 0 | 0.24 |
| HSL | 300º | 0.74% | 0.44% | - |
| HSV(B) | 300º | 0.85% | 0.76% | - |
| XYZ | 32.8 | 16.42 | 53.07 | - |
| YUV | 97.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 195 | 0 | 0.85 | 0 | 0.24 | 300 | 0.74 | 0.44 |
| Hex | C3 | 1D | C3 | 0 | 55 | 0 | 18 | 12C | 4A | 2C |
| Octal | 303 | 35 | 303 | 0 | 125 | 0 | 30 | 454 | 112 | 54 |
| Binary | 11000011 | 11101 | 11000011 | 0 | 1010101 | 0 | 11000 | 100101100 | 1001010 | 101100 |
Color Harmonies of #C31DC3
Complementary color
Monochromatic Colors of #C31DC3
Black with #C31DC3
Text Example
Text Example
White with #C31DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DC3; }
p { color: rgb(195,29,195); }
H1.HeaderClassName
{
color: #C31DC3;
}
.AnyTagClassName
{
color: #C31DC3;
}
</style>
background-color css
<style>
a { background-color: #C31DC3; }
a { background-color: rgb(195,29,195); }
div.DivClassName
{
background-color: #C31DC3;
}
.BgClassName
{
background-color: #C31DC3;
}
</style>
border-color css
<style>
span { border-color: #C31DC3; }
span { border-color: rgb(195,29,195); }
td.TdClassName
{
border-color: #C31DC3;
}
.TagClassName
{
border-color: #C31DC3;
}
</style>