Shades of Deep Magenta #C310BA
Tints of Deep Magenta #C310BA
RGB
CMYK
RGB Variations
Color information
#C310BA (or 0xC310BA) is known color: Deep Magenta. HEX triplet: C3, 10 and BA. RGB value is (195,16,186). Sum of RGB (Red+Green+Blue) = 195+16+186=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C310BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310BA is #3CEF45. Grayscale: #585858. Windows color (decimal): -3993414 or 12193987. OLE color: 12193987.
HSL color Cylindrical-coordinate representation of color #C310BA: hue angle of 303.02º 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 #C310BA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.24 |
| HSL | 303.02º | 0.85% | 0.41% | - |
| HSV(B) | 303.02º | 0.92% | 0.76% | - |
| XYZ | 31.55 | 15.52 | 47.79 | - |
| YUV | 88.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 186 | 0 | 0.92 | 0.05 | 0.24 | 303.02 | 0.85 | 0.41 |
| Hex | C3 | 10 | BA | 0 | 5C | 5 | 18 | 12F | 55 | 29 |
| Octal | 303 | 20 | 272 | 0 | 134 | 5 | 30 | 457 | 125 | 51 |
| Binary | 11000011 | 10000 | 10111010 | 0 | 1011100 | 101 | 11000 | 100101111 | 1010101 | 101001 |
Color Harmonies of #C310BA
Complementary color
Monochromatic Colors of #C310BA
Black with #C310BA
Text Example
Text Example
White with #C310BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310BA; }
p { color: rgb(195,16,186); }
H1.HeaderClassName
{
color: #C310BA;
}
.AnyTagClassName
{
color: #C310BA;
}
</style>
background-color css
<style>
a { background-color: #C310BA; }
a { background-color: rgb(195,16,186); }
div.DivClassName
{
background-color: #C310BA;
}
.BgClassName
{
background-color: #C310BA;
}
</style>
border-color css
<style>
span { border-color: #C310BA; }
span { border-color: rgb(195,16,186); }
td.TdClassName
{
border-color: #C310BA;
}
.TagClassName
{
border-color: #C310BA;
}
</style>