Shades of Medium Violet Red #C619A7
Tints of Medium Violet Red #C619A7
RGB
CMYK
RGB Variations
Color information
#C619A7 (or 0xC619A7) is known color: Medium Violet Red. HEX triplet: C6, 19 and A7. RGB value is (198,25,167). Sum of RGB (Red+Green+Blue) = 198+25+167=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C619A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619A7 is #39E658. Grayscale: #5C5C5C. Windows color (decimal): -3794521 or 10951110. OLE color: 10951110.
HSL color Cylindrical-coordinate representation of color #C619A7: hue angle of 310.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C619A7 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 167 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.22 |
| HSL | 310.75º | 0.78% | 0.44% | - |
| HSV(B) | 310.75º | 0.87% | 0.78% | - |
| XYZ | 30.61 | 15.49 | 37.94 | - |
| YUV | 92.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 167 | 0 | 0.87 | 0.16 | 0.22 | 310.75 | 0.78 | 0.44 |
| Hex | C6 | 19 | A7 | 0 | 57 | 10 | 16 | 137 | 4E | 2C |
| Octal | 306 | 31 | 247 | 0 | 127 | 20 | 26 | 467 | 116 | 54 |
| Binary | 11000110 | 11001 | 10100111 | 0 | 1010111 | 10000 | 10110 | 100110111 | 1001110 | 101100 |
Color Harmonies of #C619A7
Complementary color
Monochromatic Colors of #C619A7
Black with #C619A7
Text Example
Text Example
White with #C619A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619A7; }
p { color: rgb(198,25,167); }
H1.HeaderClassName
{
color: #C619A7;
}
.AnyTagClassName
{
color: #C619A7;
}
</style>
background-color css
<style>
a { background-color: #C619A7; }
a { background-color: rgb(198,25,167); }
div.DivClassName
{
background-color: #C619A7;
}
.BgClassName
{
background-color: #C619A7;
}
</style>
border-color css
<style>
span { border-color: #C619A7; }
span { border-color: rgb(198,25,167); }
td.TdClassName
{
border-color: #C619A7;
}
.TagClassName
{
border-color: #C619A7;
}
</style>