Shades of Medium Violet Red #C20F6B
Tints of Medium Violet Red #C20F6B
RGB
CMYK
RGB Variations
Color information
#C20F6B (or 0xC20F6B) is known color: Medium Violet Red. HEX triplet: C2, 0F and 6B. RGB value is (194,15,107). Sum of RGB (Red+Green+Blue) = 194+15+107=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F6B is #3DF094. Grayscale: #4E4E4E. Windows color (decimal): -4059285 or 7016386. OLE color: 7016386.
HSL color Cylindrical-coordinate representation of color #C20F6B: hue angle of 329.16º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F6B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 107 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.24 |
| HSL | 329.16º | 0.86% | 0.41% | - |
| HSV(B) | 329.16º | 0.92% | 0.76% | - |
| XYZ | 25.07 | 12.87 | 15.07 | - |
| YUV | 79.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 107 | 0 | 0.92 | 0.45 | 0.24 | 329.16 | 0.86 | 0.41 |
| Hex | C2 | F | 6B | 0 | 5C | 2D | 18 | 149 | 56 | 29 |
| Octal | 302 | 17 | 153 | 0 | 134 | 55 | 30 | 511 | 126 | 51 |
| Binary | 11000010 | 1111 | 1101011 | 0 | 1011100 | 101101 | 11000 | 101001001 | 1010110 | 101001 |
Color Harmonies of #C20F6B
Complementary color
Monochromatic Colors of #C20F6B
Black with #C20F6B
Text Example
Text Example
White with #C20F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F6B; }
p { color: rgb(194,15,107); }
H1.HeaderClassName
{
color: #C20F6B;
}
.AnyTagClassName
{
color: #C20F6B;
}
</style>
background-color css
<style>
a { background-color: #C20F6B; }
a { background-color: rgb(194,15,107); }
div.DivClassName
{
background-color: #C20F6B;
}
.BgClassName
{
background-color: #C20F6B;
}
</style>
border-color css
<style>
span { border-color: #C20F6B; }
span { border-color: rgb(194,15,107); }
td.TdClassName
{
border-color: #C20F6B;
}
.TagClassName
{
border-color: #C20F6B;
}
</style>