Shades of Deep Magenta #C714CC
Tints of Deep Magenta #C714CC
RGB
CMYK
RGB Variations
Color information
#C714CC (or 0xC714CC) is known color: Deep Magenta. HEX triplet: C7, 14 and CC. RGB value is (199,20,204). Sum of RGB (Red+Green+Blue) = 199+20+204=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C714CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714CC is #38EB33. Grayscale: #5D5D5D. Windows color (decimal): -3730228 or 13374663. OLE color: 13374663.
HSL color Cylindrical-coordinate representation of color #C714CC: hue angle of 298.37º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714CC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 20 | 204 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.2 |
| HSL | 298.37º | 0.82% | 0.44% | - |
| HSV(B) | 298.37º | 0.9% | 0.8% | - |
| XYZ | 34.7 | 17 | 58.58 | - |
| YUV | 94.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 204 | 0.02 | 0.90 | 0 | 0.2 | 298.37 | 0.82 | 0.44 |
| Hex | C7 | 14 | CC | 2 | 5A | 0 | 14 | 12A | 52 | 2C |
| Octal | 307 | 24 | 314 | 2 | 132 | 0 | 24 | 452 | 122 | 54 |
| Binary | 11000111 | 10100 | 11001100 | 10 | 1011010 | 0 | 10100 | 100101010 | 1010010 | 101100 |
Color Harmonies of #C714CC
Complementary color
Monochromatic Colors of #C714CC
Black with #C714CC
Text Example
Text Example
White with #C714CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714CC; }
p { color: rgb(199,20,204); }
H1.HeaderClassName
{
color: #C714CC;
}
.AnyTagClassName
{
color: #C714CC;
}
</style>
background-color css
<style>
a { background-color: #C714CC; }
a { background-color: rgb(199,20,204); }
div.DivClassName
{
background-color: #C714CC;
}
.BgClassName
{
background-color: #C714CC;
}
</style>
border-color css
<style>
span { border-color: #C714CC; }
span { border-color: rgb(199,20,204); }
td.TdClassName
{
border-color: #C714CC;
}
.TagClassName
{
border-color: #C714CC;
}
</style>