Shades of Medium Violet Red #C6089B
Tints of Medium Violet Red #C6089B
RGB
CMYK
RGB Variations
Color information
#C6089B (or 0xC6089B) is known color: Medium Violet Red. HEX triplet: C6, 08 and 9B. RGB value is (198,8,155). Sum of RGB (Red+Green+Blue) = 198+8+155=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6089B is #39F764. Grayscale: #515151. Windows color (decimal): -3798885 or 10160326. OLE color: 10160326.
HSL color Cylindrical-coordinate representation of color #C6089B: hue angle of 313.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6089B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 313.58º | 0.92% | 0.4% | - |
| HSV(B) | 313.58º | 0.96% | 0.78% | - |
| XYZ | 29.29 | 14.55 | 32.27 | - |
| YUV | 81.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 155 | 0 | 0.96 | 0.22 | 0.22 | 313.58 | 0.92 | 0.4 |
| Hex | C6 | 8 | 9B | 0 | 60 | 16 | 16 | 13A | 5C | 28 |
| Octal | 306 | 10 | 233 | 0 | 140 | 26 | 26 | 472 | 134 | 50 |
| Binary | 11000110 | 1000 | 10011011 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011100 | 101000 |
Color Harmonies of #C6089B
Complementary color
Monochromatic Colors of #C6089B
Black with #C6089B
Text Example
Text Example
White with #C6089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6089B; }
p { color: rgb(198,8,155); }
H1.HeaderClassName
{
color: #C6089B;
}
.AnyTagClassName
{
color: #C6089B;
}
</style>
background-color css
<style>
a { background-color: #C6089B; }
a { background-color: rgb(198,8,155); }
div.DivClassName
{
background-color: #C6089B;
}
.BgClassName
{
background-color: #C6089B;
}
</style>
border-color css
<style>
span { border-color: #C6089B; }
span { border-color: rgb(198,8,155); }
td.TdClassName
{
border-color: #C6089B;
}
.TagClassName
{
border-color: #C6089B;
}
</style>