Shades of Medium Violet Red #C714A3
Tints of Medium Violet Red #C714A3
RGB
CMYK
RGB Variations
Color information
#C714A3 (or 0xC714A3) is known color: Medium Violet Red. HEX triplet: C7, 14 and A3. RGB value is (199,20,163). Sum of RGB (Red+Green+Blue) = 199+20+163=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C714A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714A3 is #38EB5C. Grayscale: #595959. Windows color (decimal): -3730269 or 10687687. OLE color: 10687687.
HSL color Cylindrical-coordinate representation of color #C714A3: hue angle of 312.07º 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 #C714A3 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 163 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.22 |
| HSL | 312.07º | 0.82% | 0.43% | - |
| HSV(B) | 312.07º | 0.9% | 0.78% | - |
| XYZ | 30.41 | 15.29 | 36 | - |
| YUV | 89.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 163 | 0 | 0.90 | 0.18 | 0.22 | 312.07 | 0.82 | 0.43 |
| Hex | C7 | 14 | A3 | 0 | 5A | 12 | 16 | 138 | 52 | 2B |
| Octal | 307 | 24 | 243 | 0 | 132 | 22 | 26 | 470 | 122 | 53 |
| Binary | 11000111 | 10100 | 10100011 | 0 | 1011010 | 10010 | 10110 | 100111000 | 1010010 | 101011 |
Color Harmonies of #C714A3
Complementary color
Monochromatic Colors of #C714A3
Black with #C714A3
Text Example
Text Example
White with #C714A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714A3; }
p { color: rgb(199,20,163); }
H1.HeaderClassName
{
color: #C714A3;
}
.AnyTagClassName
{
color: #C714A3;
}
</style>
background-color css
<style>
a { background-color: #C714A3; }
a { background-color: rgb(199,20,163); }
div.DivClassName
{
background-color: #C714A3;
}
.BgClassName
{
background-color: #C714A3;
}
</style>
border-color css
<style>
span { border-color: #C714A3; }
span { border-color: rgb(199,20,163); }
td.TdClassName
{
border-color: #C714A3;
}
.TagClassName
{
border-color: #C714A3;
}
</style>