Shades of Deep Magenta #C310DD
Tints of Deep Magenta #C310DD
RGB
CMYK
RGB Variations
Color information
#C310DD (or 0xC310DD) is known color: Deep Magenta. HEX triplet: C3, 10 and DD. RGB value is (195,16,221). Sum of RGB (Red+Green+Blue) = 195+16+221=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C310DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310DD is #3CEF22. Grayscale: #5C5C5C. Windows color (decimal): -3993379 or 14487747. OLE color: 14487747.
HSL color Cylindrical-coordinate representation of color #C310DD: hue angle of 292.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310DD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 16 | 221 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.13 |
| HSL | 292.39º | 0.86% | 0.46% | - |
| HSV(B) | 292.39º | 0.93% | 0.87% | - |
| XYZ | 35.74 | 17.19 | 69.84 | - |
| YUV | 92.89 | 200.3 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 221 | 0.12 | 0.93 | 0 | 0.13 | 292.39 | 0.86 | 0.46 |
| Hex | C3 | 10 | DD | C | 5D | 0 | D | 124 | 56 | 2E |
| Octal | 303 | 20 | 335 | 14 | 135 | 0 | 15 | 444 | 126 | 56 |
| Binary | 11000011 | 10000 | 11011101 | 1100 | 1011101 | 0 | 1101 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C310DD
Complementary color
Monochromatic Colors of #C310DD
Black with #C310DD
Text Example
Text Example
White with #C310DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310DD; }
p { color: rgb(195,16,221); }
H1.HeaderClassName
{
color: #C310DD;
}
.AnyTagClassName
{
color: #C310DD;
}
</style>
background-color css
<style>
a { background-color: #C310DD; }
a { background-color: rgb(195,16,221); }
div.DivClassName
{
background-color: #C310DD;
}
.BgClassName
{
background-color: #C310DD;
}
</style>
border-color css
<style>
span { border-color: #C310DD; }
span { border-color: rgb(195,16,221); }
td.TdClassName
{
border-color: #C310DD;
}
.TagClassName
{
border-color: #C310DD;
}
</style>