Shades of Deep Magenta #C310D7
Tints of Deep Magenta #C310D7
RGB
CMYK
RGB Variations
Color information
#C310D7 (or 0xC310D7) is known color: Deep Magenta. HEX triplet: C3, 10 and D7. RGB value is (195,16,215). Sum of RGB (Red+Green+Blue) = 195+16+215=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #C310D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310D7 is #3CEF28. Grayscale: #5B5B5B. Windows color (decimal): -3993385 or 14094531. OLE color: 14094531.
HSL color Cylindrical-coordinate representation of color #C310D7: hue angle of 293.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310D7 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 16 | 215 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.16 |
| HSL | 293.97º | 0.86% | 0.45% | - |
| HSV(B) | 293.97º | 0.93% | 0.84% | - |
| XYZ | 34.96 | 16.88 | 65.71 | - |
| YUV | 92.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 215 | 0.09 | 0.93 | 0 | 0.16 | 293.97 | 0.86 | 0.45 |
| Hex | C3 | 10 | D7 | 9 | 5D | 0 | 10 | 126 | 56 | 2D |
| Octal | 303 | 20 | 327 | 11 | 135 | 0 | 20 | 446 | 126 | 55 |
| Binary | 11000011 | 10000 | 11010111 | 1001 | 1011101 | 0 | 10000 | 100100110 | 1010110 | 101101 |
Color Harmonies of #C310D7
Complementary color
Monochromatic Colors of #C310D7
Black with #C310D7
Text Example
Text Example
White with #C310D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310D7; }
p { color: rgb(195,16,215); }
H1.HeaderClassName
{
color: #C310D7;
}
.AnyTagClassName
{
color: #C310D7;
}
</style>
background-color css
<style>
a { background-color: #C310D7; }
a { background-color: rgb(195,16,215); }
div.DivClassName
{
background-color: #C310D7;
}
.BgClassName
{
background-color: #C310D7;
}
</style>
border-color css
<style>
span { border-color: #C310D7; }
span { border-color: rgb(195,16,215); }
td.TdClassName
{
border-color: #C310D7;
}
.TagClassName
{
border-color: #C310D7;
}
</style>