Shades of Deep Magenta #C310CD
Tints of Deep Magenta #C310CD
RGB
CMYK
RGB Variations
Color information
#C310CD (or 0xC310CD) is known color: Deep Magenta. HEX triplet: C3, 10 and CD. RGB value is (195,16,205). Sum of RGB (Red+Green+Blue) = 195+16+205=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C310CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310CD is #3CEF32. Grayscale: #5A5A5A. Windows color (decimal): -3993395 or 13439171. OLE color: 13439171.
HSL color Cylindrical-coordinate representation of color #C310CD: hue angle of 296.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310CD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 16 | 205 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.20 |
| HSL | 296.83º | 0.86% | 0.43% | - |
| HSV(B) | 296.83º | 0.92% | 0.8% | - |
| XYZ | 33.71 | 16.38 | 59.14 | - |
| YUV | 91.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 205 | 0.05 | 0.92 | 0 | 0.20 | 296.83 | 0.86 | 0.43 |
| Hex | C3 | 10 | CD | 5 | 5C | 0 | 14 | 129 | 56 | 2B |
| Octal | 303 | 20 | 315 | 5 | 134 | 0 | 24 | 451 | 126 | 53 |
| Binary | 11000011 | 10000 | 11001101 | 101 | 1011100 | 0 | 10100 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C310CD
Complementary color
Monochromatic Colors of #C310CD
Black with #C310CD
Text Example
Text Example
White with #C310CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310CD; }
p { color: rgb(195,16,205); }
H1.HeaderClassName
{
color: #C310CD;
}
.AnyTagClassName
{
color: #C310CD;
}
</style>
background-color css
<style>
a { background-color: #C310CD; }
a { background-color: rgb(195,16,205); }
div.DivClassName
{
background-color: #C310CD;
}
.BgClassName
{
background-color: #C310CD;
}
</style>
border-color css
<style>
span { border-color: #C310CD; }
span { border-color: rgb(195,16,205); }
td.TdClassName
{
border-color: #C310CD;
}
.TagClassName
{
border-color: #C310CD;
}
</style>