Shades of Medium Violet Red #C90695
Tints of Medium Violet Red #C90695
RGB
CMYK
RGB Variations
Color information
#C90695 (or 0xC90695) is known color: Medium Violet Red. HEX triplet: C9, 06 and 95. RGB value is (201,6,149). Sum of RGB (Red+Green+Blue) = 201+6+149=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C90695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90695 is #36F96A. Grayscale: #505050. Windows color (decimal): -3602795 or 9766601. OLE color: 9766601.
HSL color Cylindrical-coordinate representation of color #C90695: hue angle of 316º 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 #C90695 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.21 |
| HSL | 316º | 0.94% | 0.41% | - |
| HSV(B) | 316º | 0.97% | 0.79% | - |
| XYZ | 29.58 | 14.72 | 29.72 | - |
| YUV | 80.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 149 | 0 | 0.97 | 0.26 | 0.21 | 316 | 0.94 | 0.41 |
| Hex | C9 | 6 | 95 | 0 | 61 | 1A | 15 | 13C | 5E | 29 |
| Octal | 311 | 6 | 225 | 0 | 141 | 32 | 25 | 474 | 136 | 51 |
| Binary | 11001001 | 110 | 10010101 | 0 | 1100001 | 11010 | 10101 | 100111100 | 1011110 | 101001 |
Color Harmonies of #C90695
Complementary color
Monochromatic Colors of #C90695
Black with #C90695
Text Example
Text Example
White with #C90695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90695; }
p { color: rgb(201,6,149); }
H1.HeaderClassName
{
color: #C90695;
}
.AnyTagClassName
{
color: #C90695;
}
</style>
background-color css
<style>
a { background-color: #C90695; }
a { background-color: rgb(201,6,149); }
div.DivClassName
{
background-color: #C90695;
}
.BgClassName
{
background-color: #C90695;
}
</style>
border-color css
<style>
span { border-color: #C90695; }
span { border-color: rgb(201,6,149); }
td.TdClassName
{
border-color: #C90695;
}
.TagClassName
{
border-color: #C90695;
}
</style>