Shades of Deep Magenta #C715CA
Tints of Deep Magenta #C715CA
RGB
CMYK
RGB Variations
Color information
#C715CA (or 0xC715CA) is known color: Deep Magenta. HEX triplet: C7, 15 and CA. RGB value is (199,21,202). Sum of RGB (Red+Green+Blue) = 199+21+202=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #C715CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715CA is #38EA35. Grayscale: #5E5E5E. Windows color (decimal): -3729974 or 13243847. OLE color: 13243847.
HSL color Cylindrical-coordinate representation of color #C715CA: hue angle of 299.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C715CA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 21 | 202 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.21 |
| HSL | 299.01º | 0.81% | 0.44% | - |
| HSV(B) | 299.01º | 0.9% | 0.79% | - |
| XYZ | 34.48 | 16.94 | 57.33 | - |
| YUV | 94.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 202 | 0.01 | 0.90 | 0 | 0.21 | 299.01 | 0.81 | 0.44 |
| Hex | C7 | 15 | CA | 1 | 5A | 0 | 15 | 12B | 51 | 2C |
| Octal | 307 | 25 | 312 | 1 | 132 | 0 | 25 | 453 | 121 | 54 |
| Binary | 11000111 | 10101 | 11001010 | 1 | 1011010 | 0 | 10101 | 100101011 | 1010001 | 101100 |
Color Harmonies of #C715CA
Complementary color
Monochromatic Colors of #C715CA
Black with #C715CA
Text Example
Text Example
White with #C715CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715CA; }
p { color: rgb(199,21,202); }
H1.HeaderClassName
{
color: #C715CA;
}
.AnyTagClassName
{
color: #C715CA;
}
</style>
background-color css
<style>
a { background-color: #C715CA; }
a { background-color: rgb(199,21,202); }
div.DivClassName
{
background-color: #C715CA;
}
.BgClassName
{
background-color: #C715CA;
}
</style>
border-color css
<style>
span { border-color: #C715CA; }
span { border-color: rgb(199,21,202); }
td.TdClassName
{
border-color: #C715CA;
}
.TagClassName
{
border-color: #C715CA;
}
</style>