Shades of Deep Magenta #C715D3
Tints of Deep Magenta #C715D3
RGB
CMYK
RGB Variations
Color information
#C715D3 (or 0xC715D3) is known color: Deep Magenta. HEX triplet: C7, 15 and D3. RGB value is (199,21,211). Sum of RGB (Red+Green+Blue) = 199+21+211=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #C715D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715D3 is #38EA2C. Grayscale: #5F5F5F. Windows color (decimal): -3729965 or 13833671. OLE color: 13833671.
HSL color Cylindrical-coordinate representation of color #C715D3: hue angle of 296.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C715D3 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 21 | 211 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.17 |
| HSL | 296.21º | 0.82% | 0.45% | - |
| HSV(B) | 296.21º | 0.9% | 0.83% | - |
| XYZ | 35.58 | 17.38 | 63.11 | - |
| YUV | 95.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 211 | 0.06 | 0.90 | 0 | 0.17 | 296.21 | 0.82 | 0.45 |
| Hex | C7 | 15 | D3 | 6 | 5A | 0 | 11 | 128 | 52 | 2D |
| Octal | 307 | 25 | 323 | 6 | 132 | 0 | 21 | 450 | 122 | 55 |
| Binary | 11000111 | 10101 | 11010011 | 110 | 1011010 | 0 | 10001 | 100101000 | 1010010 | 101101 |
Color Harmonies of #C715D3
Complementary color
Monochromatic Colors of #C715D3
Black with #C715D3
Text Example
Text Example
White with #C715D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715D3; }
p { color: rgb(199,21,211); }
H1.HeaderClassName
{
color: #C715D3;
}
.AnyTagClassName
{
color: #C715D3;
}
</style>
background-color css
<style>
a { background-color: #C715D3; }
a { background-color: rgb(199,21,211); }
div.DivClassName
{
background-color: #C715D3;
}
.BgClassName
{
background-color: #C715D3;
}
</style>
border-color css
<style>
span { border-color: #C715D3; }
span { border-color: rgb(199,21,211); }
td.TdClassName
{
border-color: #C715D3;
}
.TagClassName
{
border-color: #C715D3;
}
</style>