Shades of Medium Violet Red #C614A2
Tints of Medium Violet Red #C614A2
RGB
CMYK
RGB Variations
Color information
#C614A2 (or 0xC614A2) is known color: Medium Violet Red. HEX triplet: C6, 14 and A2. RGB value is (198,20,162). Sum of RGB (Red+Green+Blue) = 198+20+162=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C614A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C614A2 is #39EB5D. Grayscale: #595959. Windows color (decimal): -3795806 or 10622150. OLE color: 10622150.
HSL color Cylindrical-coordinate representation of color #C614A2: hue angle of 312.13º 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 #C614A2 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 162 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.22 |
| HSL | 312.13º | 0.82% | 0.43% | - |
| HSV(B) | 312.13º | 0.9% | 0.78% | - |
| XYZ | 30.06 | 15.11 | 35.52 | - |
| YUV | 89.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 162 | 0 | 0.90 | 0.18 | 0.22 | 312.13 | 0.82 | 0.43 |
| Hex | C6 | 14 | A2 | 0 | 5A | 12 | 16 | 138 | 52 | 2B |
| Octal | 306 | 24 | 242 | 0 | 132 | 22 | 26 | 470 | 122 | 53 |
| Binary | 11000110 | 10100 | 10100010 | 0 | 1011010 | 10010 | 10110 | 100111000 | 1010010 | 101011 |
Color Harmonies of #C614A2
Complementary color
Monochromatic Colors of #C614A2
Black with #C614A2
Text Example
Text Example
White with #C614A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614A2; }
p { color: rgb(198,20,162); }
H1.HeaderClassName
{
color: #C614A2;
}
.AnyTagClassName
{
color: #C614A2;
}
</style>
background-color css
<style>
a { background-color: #C614A2; }
a { background-color: rgb(198,20,162); }
div.DivClassName
{
background-color: #C614A2;
}
.BgClassName
{
background-color: #C614A2;
}
</style>
border-color css
<style>
span { border-color: #C614A2; }
span { border-color: rgb(198,20,162); }
td.TdClassName
{
border-color: #C614A2;
}
.TagClassName
{
border-color: #C614A2;
}
</style>