Shades of Medium Violet Red #C92686
Tints of Medium Violet Red #C92686
RGB
CMYK
RGB Variations
Color information
#C92686 (or 0xC92686) is known color: Medium Violet Red. HEX triplet: C9, 26 and 86. RGB value is (201,38,134). Sum of RGB (Red+Green+Blue) = 201+38+134=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C92686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92686 is #36D979. Grayscale: #616161. Windows color (decimal): -3594618 or 8791753. OLE color: 8791753.
HSL color Cylindrical-coordinate representation of color #C92686: hue angle of 324.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92686 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 134 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.21 |
| HSL | 324.66º | 0.68% | 0.47% | - |
| HSV(B) | 324.66º | 0.81% | 0.79% | - |
| XYZ | 29.08 | 15.52 | 24.02 | - |
| YUV | 97.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 134 | 0 | 0.81 | 0.33 | 0.21 | 324.66 | 0.68 | 0.47 |
| Hex | C9 | 26 | 86 | 0 | 51 | 21 | 15 | 145 | 44 | 2F |
| Octal | 311 | 46 | 206 | 0 | 121 | 41 | 25 | 505 | 104 | 57 |
| Binary | 11001001 | 100110 | 10000110 | 0 | 1010001 | 100001 | 10101 | 101000101 | 1000100 | 101111 |
Color Harmonies of #C92686
Complementary color
Monochromatic Colors of #C92686
Black with #C92686
Text Example
Text Example
White with #C92686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92686; }
p { color: rgb(201,38,134); }
H1.HeaderClassName
{
color: #C92686;
}
.AnyTagClassName
{
color: #C92686;
}
</style>
background-color css
<style>
a { background-color: #C92686; }
a { background-color: rgb(201,38,134); }
div.DivClassName
{
background-color: #C92686;
}
.BgClassName
{
background-color: #C92686;
}
</style>
border-color css
<style>
span { border-color: #C92686; }
span { border-color: rgb(201,38,134); }
td.TdClassName
{
border-color: #C92686;
}
.TagClassName
{
border-color: #C92686;
}
</style>