Shades of Deep Magenta #C316BD
Tints of Deep Magenta #C316BD
RGB
CMYK
RGB Variations
Color information
#C316BD (or 0xC316BD) is known color: Deep Magenta. HEX triplet: C3, 16 and BD. RGB value is (195,22,189). Sum of RGB (Red+Green+Blue) = 195+22+189=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C316BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316BD is #3CE942. Grayscale: #5C5C5C. Windows color (decimal): -3991875 or 12392131. OLE color: 12392131.
HSL color Cylindrical-coordinate representation of color #C316BD: hue angle of 302.08º 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 #C316BD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.24 |
| HSL | 302.08º | 0.8% | 0.43% | - |
| HSV(B) | 302.08º | 0.89% | 0.76% | - |
| XYZ | 31.98 | 15.85 | 49.52 | - |
| YUV | 92.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 189 | 0 | 0.89 | 0.03 | 0.24 | 302.08 | 0.8 | 0.43 |
| Hex | C3 | 16 | BD | 0 | 59 | 3 | 18 | 12E | 50 | 2B |
| Octal | 303 | 26 | 275 | 0 | 131 | 3 | 30 | 456 | 120 | 53 |
| Binary | 11000011 | 10110 | 10111101 | 0 | 1011001 | 11 | 11000 | 100101110 | 1010000 | 101011 |
Color Harmonies of #C316BD
Complementary color
Monochromatic Colors of #C316BD
Black with #C316BD
Text Example
Text Example
White with #C316BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316BD; }
p { color: rgb(195,22,189); }
H1.HeaderClassName
{
color: #C316BD;
}
.AnyTagClassName
{
color: #C316BD;
}
</style>
background-color css
<style>
a { background-color: #C316BD; }
a { background-color: rgb(195,22,189); }
div.DivClassName
{
background-color: #C316BD;
}
.BgClassName
{
background-color: #C316BD;
}
</style>
border-color css
<style>
span { border-color: #C316BD; }
span { border-color: rgb(195,22,189); }
td.TdClassName
{
border-color: #C316BD;
}
.TagClassName
{
border-color: #C316BD;
}
</style>