Shades of Medium Violet Red #C60F72
Tints of Medium Violet Red #C60F72
RGB
CMYK
RGB Variations
Color information
#C60F72 (or 0xC60F72) is known color: Medium Violet Red. HEX triplet: C6, 0F and 72. RGB value is (198,15,114). Sum of RGB (Red+Green+Blue) = 198+15+114=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F72 is #39F08D. Grayscale: #505050. Windows color (decimal): -3797134 or 7475142. OLE color: 7475142.
HSL color Cylindrical-coordinate representation of color #C60F72: hue angle of 327.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F72 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 114 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.22 |
| HSL | 327.54º | 0.86% | 0.42% | - |
| HSV(B) | 327.54º | 0.92% | 0.78% | - |
| XYZ | 26.5 | 13.56 | 17.14 | - |
| YUV | 81 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 114 | 0 | 0.92 | 0.42 | 0.22 | 327.54 | 0.86 | 0.42 |
| Hex | C6 | F | 72 | 0 | 5C | 2A | 16 | 148 | 56 | 2A |
| Octal | 306 | 17 | 162 | 0 | 134 | 52 | 26 | 510 | 126 | 52 |
| Binary | 11000110 | 1111 | 1110010 | 0 | 1011100 | 101010 | 10110 | 101001000 | 1010110 | 101010 |
Color Harmonies of #C60F72
Complementary color
Monochromatic Colors of #C60F72
Black with #C60F72
Text Example
Text Example
White with #C60F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F72; }
p { color: rgb(198,15,114); }
H1.HeaderClassName
{
color: #C60F72;
}
.AnyTagClassName
{
color: #C60F72;
}
</style>
background-color css
<style>
a { background-color: #C60F72; }
a { background-color: rgb(198,15,114); }
div.DivClassName
{
background-color: #C60F72;
}
.BgClassName
{
background-color: #C60F72;
}
</style>
border-color css
<style>
span { border-color: #C60F72; }
span { border-color: rgb(198,15,114); }
td.TdClassName
{
border-color: #C60F72;
}
.TagClassName
{
border-color: #C60F72;
}
</style>