Shades of Medium Violet Red #C90685
Tints of Medium Violet Red #C90685
RGB
CMYK
RGB Variations
Color information
#C90685 (or 0xC90685) is known color: Medium Violet Red. HEX triplet: C9, 06 and 85. RGB value is (201,6,133). Sum of RGB (Red+Green+Blue) = 201+6+133=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C90685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90685 is #36F97A. Grayscale: #4E4E4E. Windows color (decimal): -3602811 or 8718025. OLE color: 8718025.
HSL color Cylindrical-coordinate representation of color #C90685: hue angle of 320.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90685 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.21 |
| HSL | 320.92º | 0.94% | 0.41% | - |
| HSV(B) | 320.92º | 0.97% | 0.79% | - |
| XYZ | 28.39 | 14.24 | 23.44 | - |
| YUV | 78.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 133 | 0 | 0.97 | 0.34 | 0.21 | 320.92 | 0.94 | 0.41 |
| Hex | C9 | 6 | 85 | 0 | 61 | 22 | 15 | 141 | 5E | 29 |
| Octal | 311 | 6 | 205 | 0 | 141 | 42 | 25 | 501 | 136 | 51 |
| Binary | 11001001 | 110 | 10000101 | 0 | 1100001 | 100010 | 10101 | 101000001 | 1011110 | 101001 |
Color Harmonies of #C90685
Complementary color
Monochromatic Colors of #C90685
Black with #C90685
Text Example
Text Example
White with #C90685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90685; }
p { color: rgb(201,6,133); }
H1.HeaderClassName
{
color: #C90685;
}
.AnyTagClassName
{
color: #C90685;
}
</style>
background-color css
<style>
a { background-color: #C90685; }
a { background-color: rgb(201,6,133); }
div.DivClassName
{
background-color: #C90685;
}
.BgClassName
{
background-color: #C90685;
}
</style>
border-color css
<style>
span { border-color: #C90685; }
span { border-color: rgb(201,6,133); }
td.TdClassName
{
border-color: #C90685;
}
.TagClassName
{
border-color: #C90685;
}
</style>