Shades of Medium Violet Red #C61270
Tints of Medium Violet Red #C61270
RGB
CMYK
RGB Variations
Color information
#C61270 (or 0xC61270) is known color: Medium Violet Red. HEX triplet: C6, 12 and 70. RGB value is (198,18,112). Sum of RGB (Red+Green+Blue) = 198+18+112=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C61270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61270 is #39ED8F. Grayscale: #525252. Windows color (decimal): -3796368 or 7344838. OLE color: 7344838.
HSL color Cylindrical-coordinate representation of color #C61270: hue angle of 328.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61270 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 112 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.22 |
| HSL | 328.67º | 0.83% | 0.42% | - |
| HSV(B) | 328.67º | 0.91% | 0.78% | - |
| XYZ | 26.43 | 13.61 | 16.56 | - |
| YUV | 82.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 112 | 0 | 0.91 | 0.43 | 0.22 | 328.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | 70 | 0 | 5B | 2B | 16 | 149 | 53 | 2A |
| Octal | 306 | 22 | 160 | 0 | 133 | 53 | 26 | 511 | 123 | 52 |
| Binary | 11000110 | 10010 | 1110000 | 0 | 1011011 | 101011 | 10110 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C61270
Complementary color
Monochromatic Colors of #C61270
Black with #C61270
Text Example
Text Example
White with #C61270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61270; }
p { color: rgb(198,18,112); }
H1.HeaderClassName
{
color: #C61270;
}
.AnyTagClassName
{
color: #C61270;
}
</style>
background-color css
<style>
a { background-color: #C61270; }
a { background-color: rgb(198,18,112); }
div.DivClassName
{
background-color: #C61270;
}
.BgClassName
{
background-color: #C61270;
}
</style>
border-color css
<style>
span { border-color: #C61270; }
span { border-color: rgb(198,18,112); }
td.TdClassName
{
border-color: #C61270;
}
.TagClassName
{
border-color: #C61270;
}
</style>