Shades of Medium Violet Red #C62697
Tints of Medium Violet Red #C62697
RGB
CMYK
RGB Variations
Color information
#C62697 (or 0xC62697) is known color: Medium Violet Red. HEX triplet: C6, 26 and 97. RGB value is (198,38,151). Sum of RGB (Red+Green+Blue) = 198+38+151=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C62697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62697 is #39D968. Grayscale: #626262. Windows color (decimal): -3791209 or 9905862. OLE color: 9905862.
HSL color Cylindrical-coordinate representation of color #C62697: hue angle of 317.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62697 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 151 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.22 |
| HSL | 317.63º | 0.68% | 0.46% | - |
| HSV(B) | 317.63º | 0.81% | 0.78% | - |
| XYZ | 29.57 | 15.63 | 30.74 | - |
| YUV | 98.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 151 | 0 | 0.81 | 0.24 | 0.22 | 317.63 | 0.68 | 0.46 |
| Hex | C6 | 26 | 97 | 0 | 51 | 18 | 16 | 13E | 44 | 2E |
| Octal | 306 | 46 | 227 | 0 | 121 | 30 | 26 | 476 | 104 | 56 |
| Binary | 11000110 | 100110 | 10010111 | 0 | 1010001 | 11000 | 10110 | 100111110 | 1000100 | 101110 |
Color Harmonies of #C62697
Complementary color
Monochromatic Colors of #C62697
Black with #C62697
Text Example
Text Example
White with #C62697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62697; }
p { color: rgb(198,38,151); }
H1.HeaderClassName
{
color: #C62697;
}
.AnyTagClassName
{
color: #C62697;
}
</style>
background-color css
<style>
a { background-color: #C62697; }
a { background-color: rgb(198,38,151); }
div.DivClassName
{
background-color: #C62697;
}
.BgClassName
{
background-color: #C62697;
}
</style>
border-color css
<style>
span { border-color: #C62697; }
span { border-color: rgb(198,38,151); }
td.TdClassName
{
border-color: #C62697;
}
.TagClassName
{
border-color: #C62697;
}
</style>