Shades of Medium Violet Red #C6009B
Tints of Medium Violet Red #C6009B
RGB
CMYK
RGB Variations
Color information
#C6009B (or 0xC6009B) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9B. RGB value is (198,0,155). Sum of RGB (Red+Green+Blue) = 198+0+155=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009B is #39FF64. Grayscale: #4C4C4C. Windows color (decimal): -3800933 or 10158278. OLE color: 10158278.
HSL color Cylindrical-coordinate representation of color #C6009B: hue angle of 313.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6009B is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.22 | 0.22 |
| HSL | 313.03º | 1% | 0.39% | - |
| HSV(B) | 313.03º | 1% | 0.78% | - |
| XYZ | 29.21 | 14.37 | 32.25 | - |
| YUV | 76.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 155 | 0 | 1 | 0.22 | 0.22 | 313.03 | 1 | 0.39 |
| Hex | C6 | 0 | 9B | 0 | 64 | 16 | 16 | 139 | 64 | 27 |
| Octal | 306 | 0 | 233 | 0 | 144 | 26 | 26 | 471 | 144 | 47 |
| Binary | 11000110 | 0 | 10011011 | 0 | 1100100 | 10110 | 10110 | 100111001 | 1100100 | 100111 |
Color Harmonies of #C6009B
Complementary color
Monochromatic Colors of #C6009B
Black with #C6009B
Text Example
Text Example
White with #C6009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6009B; }
p { color: rgb(198,0,155); }
H1.HeaderClassName
{
color: #C6009B;
}
.AnyTagClassName
{
color: #C6009B;
}
</style>
background-color css
<style>
a { background-color: #C6009B; }
a { background-color: rgb(198,0,155); }
div.DivClassName
{
background-color: #C6009B;
}
.BgClassName
{
background-color: #C6009B;
}
</style>
border-color css
<style>
span { border-color: #C6009B; }
span { border-color: rgb(198,0,155); }
td.TdClassName
{
border-color: #C6009B;
}
.TagClassName
{
border-color: #C6009B;
}
</style>