Shades of Medium Violet Red #C6059B
Tints of Medium Violet Red #C6059B
RGB
CMYK
RGB Variations
Color information
#C6059B (or 0xC6059B) is known color: Medium Violet Red. HEX triplet: C6, 05 and 9B. RGB value is (198,5,155). Sum of RGB (Red+Green+Blue) = 198+5+155=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6059B is #39FA64. Grayscale: #4F4F4F. Windows color (decimal): -3799653 or 10159558. OLE color: 10159558.
HSL color Cylindrical-coordinate representation of color #C6059B: hue angle of 313.37º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6059B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.22 |
| HSL | 313.37º | 0.95% | 0.4% | - |
| HSV(B) | 313.37º | 0.97% | 0.78% | - |
| XYZ | 29.26 | 14.48 | 32.26 | - |
| YUV | 79.81 | 170.44 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 155 | 0 | 0.97 | 0.22 | 0.22 | 313.37 | 0.95 | 0.4 |
| Hex | C6 | 5 | 9B | 0 | 61 | 16 | 16 | 139 | 5F | 28 |
| Octal | 306 | 5 | 233 | 0 | 141 | 26 | 26 | 471 | 137 | 50 |
| Binary | 11000110 | 101 | 10011011 | 0 | 1100001 | 10110 | 10110 | 100111001 | 1011111 | 101000 |
Color Harmonies of #C6059B
Complementary color
Monochromatic Colors of #C6059B
Black with #C6059B
Text Example
Text Example
White with #C6059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6059B; }
p { color: rgb(198,5,155); }
H1.HeaderClassName
{
color: #C6059B;
}
.AnyTagClassName
{
color: #C6059B;
}
</style>
background-color css
<style>
a { background-color: #C6059B; }
a { background-color: rgb(198,5,155); }
div.DivClassName
{
background-color: #C6059B;
}
.BgClassName
{
background-color: #C6059B;
}
</style>
border-color css
<style>
span { border-color: #C6059B; }
span { border-color: rgb(198,5,155); }
td.TdClassName
{
border-color: #C6059B;
}
.TagClassName
{
border-color: #C6059B;
}
</style>