Shades of Deep Magenta #C714AF
Tints of Deep Magenta #C714AF
RGB
CMYK
RGB Variations
Color information
#C714AF (or 0xC714AF) is known color: Deep Magenta. HEX triplet: C7, 14 and AF. RGB value is (199,20,175). Sum of RGB (Red+Green+Blue) = 199+20+175=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C714AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714AF is #38EB50. Grayscale: #5A5A5A. Windows color (decimal): -3730257 or 11474119. OLE color: 11474119.
HSL color Cylindrical-coordinate representation of color #C714AF: hue angle of 308.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714AF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 175 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.22 |
| HSL | 308.04º | 0.82% | 0.43% | - |
| HSV(B) | 308.04º | 0.9% | 0.78% | - |
| XYZ | 31.54 | 15.74 | 41.93 | - |
| YUV | 91.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 175 | 0 | 0.90 | 0.12 | 0.22 | 308.04 | 0.82 | 0.43 |
| Hex | C7 | 14 | AF | 0 | 5A | C | 16 | 134 | 52 | 2B |
| Octal | 307 | 24 | 257 | 0 | 132 | 14 | 26 | 464 | 122 | 53 |
| Binary | 11000111 | 10100 | 10101111 | 0 | 1011010 | 1100 | 10110 | 100110100 | 1010010 | 101011 |
Color Harmonies of #C714AF
Complementary color
Monochromatic Colors of #C714AF
Black with #C714AF
Text Example
Text Example
White with #C714AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714AF; }
p { color: rgb(199,20,175); }
H1.HeaderClassName
{
color: #C714AF;
}
.AnyTagClassName
{
color: #C714AF;
}
</style>
background-color css
<style>
a { background-color: #C714AF; }
a { background-color: rgb(199,20,175); }
div.DivClassName
{
background-color: #C714AF;
}
.BgClassName
{
background-color: #C714AF;
}
</style>
border-color css
<style>
span { border-color: #C714AF; }
span { border-color: rgb(199,20,175); }
td.TdClassName
{
border-color: #C714AF;
}
.TagClassName
{
border-color: #C714AF;
}
</style>