Shades of Deep Magenta #C714CA
Tints of Deep Magenta #C714CA
RGB
CMYK
RGB Variations
Color information
#C714CA (or 0xC714CA) is known color: Deep Magenta. HEX triplet: C7, 14 and CA. RGB value is (199,20,202). Sum of RGB (Red+Green+Blue) = 199+20+202=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C714CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714CA is #38EB35. Grayscale: #5D5D5D. Windows color (decimal): -3730230 or 13243591. OLE color: 13243591.
HSL color Cylindrical-coordinate representation of color #C714CA: hue angle of 299.01º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714CA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 20 | 202 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.21 |
| HSL | 299.01º | 0.82% | 0.44% | - |
| HSV(B) | 299.01º | 0.9% | 0.79% | - |
| XYZ | 34.46 | 16.91 | 57.32 | - |
| YUV | 94.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 202 | 0.01 | 0.90 | 0 | 0.21 | 299.01 | 0.82 | 0.44 |
| Hex | C7 | 14 | CA | 1 | 5A | 0 | 15 | 12B | 52 | 2C |
| Octal | 307 | 24 | 312 | 1 | 132 | 0 | 25 | 453 | 122 | 54 |
| Binary | 11000111 | 10100 | 11001010 | 1 | 1011010 | 0 | 10101 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C714CA
Complementary color
Monochromatic Colors of #C714CA
Black with #C714CA
Text Example
Text Example
White with #C714CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714CA; }
p { color: rgb(199,20,202); }
H1.HeaderClassName
{
color: #C714CA;
}
.AnyTagClassName
{
color: #C714CA;
}
</style>
background-color css
<style>
a { background-color: #C714CA; }
a { background-color: rgb(199,20,202); }
div.DivClassName
{
background-color: #C714CA;
}
.BgClassName
{
background-color: #C714CA;
}
</style>
border-color css
<style>
span { border-color: #C714CA; }
span { border-color: rgb(199,20,202); }
td.TdClassName
{
border-color: #C714CA;
}
.TagClassName
{
border-color: #C714CA;
}
</style>