Shades of Deep Magenta #C310DF
Tints of Deep Magenta #C310DF
RGB
CMYK
RGB Variations
Color information
#C310DF (or 0xC310DF) is known color: Deep Magenta. HEX triplet: C3, 10 and DF. RGB value is (195,16,223). Sum of RGB (Red+Green+Blue) = 195+16+223=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C310DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310DF is #3CEF20. Grayscale: #5C5C5C. Windows color (decimal): -3993377 or 14618819. OLE color: 14618819.
HSL color Cylindrical-coordinate representation of color #C310DF: hue angle of 291.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310DF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 16 | 223 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.88º | 0.87% | 0.47% | - |
| HSV(B) | 291.88º | 0.93% | 0.87% | - |
| XYZ | 36.01 | 17.3 | 71.25 | - |
| YUV | 93.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 223 | 0.13 | 0.93 | 0 | 0.13 | 291.88 | 0.87 | 0.47 |
| Hex | C3 | 10 | DF | D | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 303 | 20 | 337 | 15 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000011 | 10000 | 11011111 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C310DF
Complementary color
Monochromatic Colors of #C310DF
Black with #C310DF
Text Example
Text Example
White with #C310DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310DF; }
p { color: rgb(195,16,223); }
H1.HeaderClassName
{
color: #C310DF;
}
.AnyTagClassName
{
color: #C310DF;
}
</style>
background-color css
<style>
a { background-color: #C310DF; }
a { background-color: rgb(195,16,223); }
div.DivClassName
{
background-color: #C310DF;
}
.BgClassName
{
background-color: #C310DF;
}
</style>
border-color css
<style>
span { border-color: #C310DF; }
span { border-color: rgb(195,16,223); }
td.TdClassName
{
border-color: #C310DF;
}
.TagClassName
{
border-color: #C310DF;
}
</style>