Shades of Deep Magenta #C315D8
Tints of Deep Magenta #C315D8
RGB
CMYK
RGB Variations
Color information
#C315D8 (or 0xC315D8) is known color: Deep Magenta. HEX triplet: C3, 15 and D8. RGB value is (195,21,216). Sum of RGB (Red+Green+Blue) = 195+21+216=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #C315D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315D8 is #3CEA27. Grayscale: #5E5E5E. Windows color (decimal): -3992104 or 14161347. OLE color: 14161347.
HSL color Cylindrical-coordinate representation of color #C315D8: hue angle of 293.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C315D8 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 21 | 216 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.15 |
| HSL | 293.54º | 0.82% | 0.46% | - |
| HSV(B) | 293.54º | 0.9% | 0.85% | - |
| XYZ | 35.17 | 17.1 | 66.41 | - |
| YUV | 95.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 216 | 0.10 | 0.90 | 0 | 0.15 | 293.54 | 0.82 | 0.46 |
| Hex | C3 | 15 | D8 | A | 5A | 0 | F | 126 | 52 | 2E |
| Octal | 303 | 25 | 330 | 12 | 132 | 0 | 17 | 446 | 122 | 56 |
| Binary | 11000011 | 10101 | 11011000 | 1010 | 1011010 | 0 | 1111 | 100100110 | 1010010 | 101110 |
Color Harmonies of #C315D8
Complementary color
Monochromatic Colors of #C315D8
Black with #C315D8
Text Example
Text Example
White with #C315D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315D8; }
p { color: rgb(195,21,216); }
H1.HeaderClassName
{
color: #C315D8;
}
.AnyTagClassName
{
color: #C315D8;
}
</style>
background-color css
<style>
a { background-color: #C315D8; }
a { background-color: rgb(195,21,216); }
div.DivClassName
{
background-color: #C315D8;
}
.BgClassName
{
background-color: #C315D8;
}
</style>
border-color css
<style>
span { border-color: #C315D8; }
span { border-color: rgb(195,21,216); }
td.TdClassName
{
border-color: #C315D8;
}
.TagClassName
{
border-color: #C315D8;
}
</style>