Shades of Deep Magenta #C714DF
Tints of Deep Magenta #C714DF
RGB
CMYK
RGB Variations
Color information
#C714DF (or 0xC714DF) is known color: Deep Magenta. HEX triplet: C7, 14 and DF. RGB value is (199,20,223). Sum of RGB (Red+Green+Blue) = 199+20+223=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C714DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714DF is #38EB20. Grayscale: #606060. Windows color (decimal): -3730209 or 14619847. OLE color: 14619847.
HSL color Cylindrical-coordinate representation of color #C714DF: hue angle of 292.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 20 | 223 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.91º | 0.84% | 0.48% | - |
| HSV(B) | 292.91º | 0.91% | 0.87% | - |
| XYZ | 37.12 | 17.97 | 71.32 | - |
| YUV | 96.66 | 199.3 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 223 | 0.11 | 0.91 | 0 | 0.13 | 292.91 | 0.84 | 0.48 |
| Hex | C7 | 14 | DF | B | 5B | 0 | D | 125 | 54 | 30 |
| Octal | 307 | 24 | 337 | 13 | 133 | 0 | 15 | 445 | 124 | 60 |
| Binary | 11000111 | 10100 | 11011111 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 110000 |
Color Harmonies of #C714DF
Complementary color
Monochromatic Colors of #C714DF
Black with #C714DF
Text Example
Text Example
White with #C714DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714DF; }
p { color: rgb(199,20,223); }
H1.HeaderClassName
{
color: #C714DF;
}
.AnyTagClassName
{
color: #C714DF;
}
</style>
background-color css
<style>
a { background-color: #C714DF; }
a { background-color: rgb(199,20,223); }
div.DivClassName
{
background-color: #C714DF;
}
.BgClassName
{
background-color: #C714DF;
}
</style>
border-color css
<style>
span { border-color: #C714DF; }
span { border-color: rgb(199,20,223); }
td.TdClassName
{
border-color: #C714DF;
}
.TagClassName
{
border-color: #C714DF;
}
</style>