Shades of Medium Violet Red #C6089C
Tints of Medium Violet Red #C6089C
RGB
CMYK
RGB Variations
Color information
#C6089C (or 0xC6089C) is known color: Medium Violet Red. HEX triplet: C6, 08 and 9C. RGB value is (198,8,156). Sum of RGB (Red+Green+Blue) = 198+8+156=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6089C is #39F763. Grayscale: #515151. Windows color (decimal): -3798884 or 10225862. OLE color: 10225862.
HSL color Cylindrical-coordinate representation of color #C6089C: hue angle of 313.26º 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 #C6089C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.22 |
| HSL | 313.26º | 0.92% | 0.4% | - |
| HSV(B) | 313.26º | 0.96% | 0.78% | - |
| XYZ | 29.38 | 14.58 | 32.72 | - |
| YUV | 81.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 156 | 0 | 0.96 | 0.21 | 0.22 | 313.26 | 0.92 | 0.4 |
| Hex | C6 | 8 | 9C | 0 | 60 | 15 | 16 | 139 | 5C | 28 |
| Octal | 306 | 10 | 234 | 0 | 140 | 25 | 26 | 471 | 134 | 50 |
| Binary | 11000110 | 1000 | 10011100 | 0 | 1100000 | 10101 | 10110 | 100111001 | 1011100 | 101000 |
Color Harmonies of #C6089C
Complementary color
Monochromatic Colors of #C6089C
Black with #C6089C
Text Example
Text Example
White with #C6089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6089C; }
p { color: rgb(198,8,156); }
H1.HeaderClassName
{
color: #C6089C;
}
.AnyTagClassName
{
color: #C6089C;
}
</style>
background-color css
<style>
a { background-color: #C6089C; }
a { background-color: rgb(198,8,156); }
div.DivClassName
{
background-color: #C6089C;
}
.BgClassName
{
background-color: #C6089C;
}
</style>
border-color css
<style>
span { border-color: #C6089C; }
span { border-color: rgb(198,8,156); }
td.TdClassName
{
border-color: #C6089C;
}
.TagClassName
{
border-color: #C6089C;
}
</style>