Shades of Deep Magenta #C714DE
Tints of Deep Magenta #C714DE
RGB
CMYK
RGB Variations
Color information
#C714DE (or 0xC714DE) is known color: Deep Magenta. HEX triplet: C7, 14 and DE. RGB value is (199,20,222). Sum of RGB (Red+Green+Blue) = 199+20+222=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #C714DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714DE is #38EB21. Grayscale: #5F5F5F. Windows color (decimal): -3730210 or 14554311. OLE color: 14554311.
HSL color Cylindrical-coordinate representation of color #C714DE: hue angle of 293.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714DE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 20 | 222 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.17º | 0.83% | 0.47% | - |
| HSV(B) | 293.17º | 0.91% | 0.87% | - |
| XYZ | 36.99 | 17.92 | 70.62 | - |
| YUV | 96.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 222 | 0.10 | 0.91 | 0 | 0.13 | 293.17 | 0.83 | 0.47 |
| Hex | C7 | 14 | DE | A | 5B | 0 | D | 125 | 53 | 2F |
| Octal | 307 | 24 | 336 | 12 | 133 | 0 | 15 | 445 | 123 | 57 |
| Binary | 11000111 | 10100 | 11011110 | 1010 | 1011011 | 0 | 1101 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C714DE
Complementary color
Monochromatic Colors of #C714DE
Black with #C714DE
Text Example
Text Example
White with #C714DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714DE; }
p { color: rgb(199,20,222); }
H1.HeaderClassName
{
color: #C714DE;
}
.AnyTagClassName
{
color: #C714DE;
}
</style>
background-color css
<style>
a { background-color: #C714DE; }
a { background-color: rgb(199,20,222); }
div.DivClassName
{
background-color: #C714DE;
}
.BgClassName
{
background-color: #C714DE;
}
</style>
border-color css
<style>
span { border-color: #C714DE; }
span { border-color: rgb(199,20,222); }
td.TdClassName
{
border-color: #C714DE;
}
.TagClassName
{
border-color: #C714DE;
}
</style>