Shades of Deep Magenta #C714AC
Tints of Deep Magenta #C714AC
RGB
CMYK
RGB Variations
Color information
#C714AC (or 0xC714AC) is known color: Deep Magenta. HEX triplet: C7, 14 and AC. RGB value is (199,20,172). Sum of RGB (Red+Green+Blue) = 199+20+172=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C714AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714AC is #38EB53. Grayscale: #5A5A5A. Windows color (decimal): -3730260 or 11277511. OLE color: 11277511.
HSL color Cylindrical-coordinate representation of color #C714AC: hue angle of 309.05º 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 #C714AC is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 20 | 172 | - |
CMYK | 0 | 0.90 | 0.14 | 0.22 |
HSL | 309.05º | 0.82% | 0.43% | - |
HSV(B) | 309.05º | 0.9% | 0.78% | - |
XYZ | 31.25 | 15.62 | 40.4 | - |
YUV | 90.85 | 173.8 | 205.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 20 | 172 | 0 | 0.90 | 0.14 | 0.22 | 309.05 | 0.82 | 0.43 |
Hex | C7 | 14 | AC | 0 | 5A | E | 16 | 135 | 52 | 2B |
Octal | 307 | 24 | 254 | 0 | 132 | 16 | 26 | 465 | 122 | 53 |
Binary | 11000111 | 10100 | 10101100 | 0 | 1011010 | 1110 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C714AC
Complementary color
Monochromatic Colors of #C714AC
Black with #C714AC
Text Example
Text Example
White with #C714AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714AC; }
p { color: rgb(199,20,172); }
H1.HeaderClassName
{
color: #C714AC;
}
.AnyTagClassName
{
color: #C714AC;
}
</style>
background-color css
<style>
a { background-color: #C714AC; }
a { background-color: rgb(199,20,172); }
div.DivClassName
{
background-color: #C714AC;
}
.BgClassName
{
background-color: #C714AC;
}
</style>
border-color css
<style>
span { border-color: #C714AC; }
span { border-color: rgb(199,20,172); }
td.TdClassName
{
border-color: #C714AC;
}
.TagClassName
{
border-color: #C714AC;
}
</style>