Shades of Deep Magenta #C310AD
Tints of Deep Magenta #C310AD
RGB
CMYK
RGB Variations
Color information
#C310AD (or 0xC310AD) is known color: Deep Magenta. HEX triplet: C3, 10 and AD. RGB value is (195,16,173). Sum of RGB (Red+Green+Blue) = 195+16+173=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C310AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310AD is #3CEF52. Grayscale: #565656. Windows color (decimal): -3993427 or 11342019. OLE color: 11342019.
HSL color Cylindrical-coordinate representation of color #C310AD: hue angle of 307.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310AD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.24 |
| HSL | 307.37º | 0.85% | 0.41% | - |
| HSV(B) | 307.37º | 0.92% | 0.76% | - |
| XYZ | 30.23 | 14.99 | 40.83 | - |
| YUV | 87.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 173 | 0 | 0.92 | 0.11 | 0.24 | 307.37 | 0.85 | 0.41 |
| Hex | C3 | 10 | AD | 0 | 5C | B | 18 | 133 | 55 | 29 |
| Octal | 303 | 20 | 255 | 0 | 134 | 13 | 30 | 463 | 125 | 51 |
| Binary | 11000011 | 10000 | 10101101 | 0 | 1011100 | 1011 | 11000 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C310AD
Complementary color
Monochromatic Colors of #C310AD
Black with #C310AD
Text Example
Text Example
White with #C310AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310AD; }
p { color: rgb(195,16,173); }
H1.HeaderClassName
{
color: #C310AD;
}
.AnyTagClassName
{
color: #C310AD;
}
</style>
background-color css
<style>
a { background-color: #C310AD; }
a { background-color: rgb(195,16,173); }
div.DivClassName
{
background-color: #C310AD;
}
.BgClassName
{
background-color: #C310AD;
}
</style>
border-color css
<style>
span { border-color: #C310AD; }
span { border-color: rgb(195,16,173); }
td.TdClassName
{
border-color: #C310AD;
}
.TagClassName
{
border-color: #C310AD;
}
</style>