Shades of Deep Magenta #C316BA
Tints of Deep Magenta #C316BA
RGB
CMYK
RGB Variations
Color information
#C316BA (or 0xC316BA) is known color: Deep Magenta. HEX triplet: C3, 16 and BA. RGB value is (195,22,186). Sum of RGB (Red+Green+Blue) = 195+22+186=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C316BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316BA is #3CE945. Grayscale: #5B5B5B. Windows color (decimal): -3991878 or 12195523. OLE color: 12195523.
HSL color Cylindrical-coordinate representation of color #C316BA: hue angle of 303.12º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316BA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 186 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.24 |
| HSL | 303.12º | 0.8% | 0.43% | - |
| HSV(B) | 303.12º | 0.89% | 0.76% | - |
| XYZ | 31.66 | 15.72 | 47.82 | - |
| YUV | 92.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 186 | 0 | 0.89 | 0.05 | 0.24 | 303.12 | 0.8 | 0.43 |
| Hex | C3 | 16 | BA | 0 | 59 | 5 | 18 | 12F | 50 | 2B |
| Octal | 303 | 26 | 272 | 0 | 131 | 5 | 30 | 457 | 120 | 53 |
| Binary | 11000011 | 10110 | 10111010 | 0 | 1011001 | 101 | 11000 | 100101111 | 1010000 | 101011 |
Color Harmonies of #C316BA
Complementary color
Monochromatic Colors of #C316BA
Black with #C316BA
Text Example
Text Example
White with #C316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316BA; }
p { color: rgb(195,22,186); }
H1.HeaderClassName
{
color: #C316BA;
}
.AnyTagClassName
{
color: #C316BA;
}
</style>
background-color css
<style>
a { background-color: #C316BA; }
a { background-color: rgb(195,22,186); }
div.DivClassName
{
background-color: #C316BA;
}
.BgClassName
{
background-color: #C316BA;
}
</style>
border-color css
<style>
span { border-color: #C316BA; }
span { border-color: rgb(195,22,186); }
td.TdClassName
{
border-color: #C316BA;
}
.TagClassName
{
border-color: #C316BA;
}
</style>