Shades of Medium Violet Red #C614A3
Tints of Medium Violet Red #C614A3
RGB
CMYK
RGB Variations
Color information
#C614A3 (or 0xC614A3) is known color: Medium Violet Red. HEX triplet: C6, 14 and A3. RGB value is (198,20,163). Sum of RGB (Red+Green+Blue) = 198+20+163=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C614A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C614A3 is #39EB5C. Grayscale: #595959. Windows color (decimal): -3795805 or 10687686. OLE color: 10687686.
HSL color Cylindrical-coordinate representation of color #C614A3: hue angle of 311.8º 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 #C614A3 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 163 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.22 |
| HSL | 311.8º | 0.82% | 0.43% | - |
| HSV(B) | 311.8º | 0.9% | 0.78% | - |
| XYZ | 30.15 | 15.15 | 35.99 | - |
| YUV | 89.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 163 | 0 | 0.90 | 0.18 | 0.22 | 311.8 | 0.82 | 0.43 |
| Hex | C6 | 14 | A3 | 0 | 5A | 12 | 16 | 138 | 52 | 2B |
| Octal | 306 | 24 | 243 | 0 | 132 | 22 | 26 | 470 | 122 | 53 |
| Binary | 11000110 | 10100 | 10100011 | 0 | 1011010 | 10010 | 10110 | 100111000 | 1010010 | 101011 |
Color Harmonies of #C614A3
Complementary color
Monochromatic Colors of #C614A3
Black with #C614A3
Text Example
Text Example
White with #C614A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614A3; }
p { color: rgb(198,20,163); }
H1.HeaderClassName
{
color: #C614A3;
}
.AnyTagClassName
{
color: #C614A3;
}
</style>
background-color css
<style>
a { background-color: #C614A3; }
a { background-color: rgb(198,20,163); }
div.DivClassName
{
background-color: #C614A3;
}
.BgClassName
{
background-color: #C614A3;
}
</style>
border-color css
<style>
span { border-color: #C614A3; }
span { border-color: rgb(198,20,163); }
td.TdClassName
{
border-color: #C614A3;
}
.TagClassName
{
border-color: #C614A3;
}
</style>