Shades of Deep Magenta #C718D4
Tints of Deep Magenta #C718D4
RGB
CMYK
RGB Variations
Color information
#C718D4 (or 0xC718D4) is known color: Deep Magenta. HEX triplet: C7, 18 and D4. RGB value is (199,24,212). Sum of RGB (Red+Green+Blue) = 199+24+212=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #C718D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718D4 is #38E72B. Grayscale: #616161. Windows color (decimal): -3729196 or 13899975. OLE color: 13899975.
HSL color Cylindrical-coordinate representation of color #C718D4: hue angle of 295.85º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C718D4 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 24 | 212 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.17 |
| HSL | 295.85º | 0.8% | 0.46% | - |
| HSV(B) | 295.85º | 0.89% | 0.83% | - |
| XYZ | 35.76 | 17.55 | 63.79 | - |
| YUV | 97.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 212 | 0.06 | 0.89 | 0 | 0.17 | 295.85 | 0.8 | 0.46 |
| Hex | C7 | 18 | D4 | 6 | 59 | 0 | 11 | 128 | 50 | 2E |
| Octal | 307 | 30 | 324 | 6 | 131 | 0 | 21 | 450 | 120 | 56 |
| Binary | 11000111 | 11000 | 11010100 | 110 | 1011001 | 0 | 10001 | 100101000 | 1010000 | 101110 |
Color Harmonies of #C718D4
Complementary color
Monochromatic Colors of #C718D4
Black with #C718D4
Text Example
Text Example
White with #C718D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718D4; }
p { color: rgb(199,24,212); }
H1.HeaderClassName
{
color: #C718D4;
}
.AnyTagClassName
{
color: #C718D4;
}
</style>
background-color css
<style>
a { background-color: #C718D4; }
a { background-color: rgb(199,24,212); }
div.DivClassName
{
background-color: #C718D4;
}
.BgClassName
{
background-color: #C718D4;
}
</style>
border-color css
<style>
span { border-color: #C718D4; }
span { border-color: rgb(199,24,212); }
td.TdClassName
{
border-color: #C718D4;
}
.TagClassName
{
border-color: #C718D4;
}
</style>