Shades of Deep Magenta #C316D0
Tints of Deep Magenta #C316D0
RGB
CMYK
RGB Variations
Color information
#C316D0 (or 0xC316D0) is known color: Deep Magenta. HEX triplet: C3, 16 and D0. RGB value is (195,22,208). Sum of RGB (Red+Green+Blue) = 195+22+208=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #C316D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316D0 is #3CE92F. Grayscale: #5E5E5E. Windows color (decimal): -3991856 or 13637315. OLE color: 13637315.
HSL color Cylindrical-coordinate representation of color #C316D0: hue angle of 295.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316D0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 22 | 208 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.18 |
| HSL | 295.81º | 0.81% | 0.45% | - |
| HSV(B) | 295.81º | 0.89% | 0.82% | - |
| XYZ | 34.18 | 16.73 | 61.1 | - |
| YUV | 94.93 | 191.81 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 208 | 0.06 | 0.89 | 0 | 0.18 | 295.81 | 0.81 | 0.45 |
| Hex | C3 | 16 | D0 | 6 | 59 | 0 | 12 | 128 | 51 | 2D |
| Octal | 303 | 26 | 320 | 6 | 131 | 0 | 22 | 450 | 121 | 55 |
| Binary | 11000011 | 10110 | 11010000 | 110 | 1011001 | 0 | 10010 | 100101000 | 1010001 | 101101 |
Color Harmonies of #C316D0
Complementary color
Monochromatic Colors of #C316D0
Black with #C316D0
Text Example
Text Example
White with #C316D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316D0; }
p { color: rgb(195,22,208); }
H1.HeaderClassName
{
color: #C316D0;
}
.AnyTagClassName
{
color: #C316D0;
}
</style>
background-color css
<style>
a { background-color: #C316D0; }
a { background-color: rgb(195,22,208); }
div.DivClassName
{
background-color: #C316D0;
}
.BgClassName
{
background-color: #C316D0;
}
</style>
border-color css
<style>
span { border-color: #C316D0; }
span { border-color: rgb(195,22,208); }
td.TdClassName
{
border-color: #C316D0;
}
.TagClassName
{
border-color: #C316D0;
}
</style>