Shades of Medium Violet Red #C6099B
Tints of Medium Violet Red #C6099B
RGB
CMYK
RGB Variations
Color information
#C6099B (or 0xC6099B) is known color: Medium Violet Red. HEX triplet: C6, 09 and 9B. RGB value is (198,9,155). Sum of RGB (Red+Green+Blue) = 198+9+155=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6099B is #39F664. Grayscale: #515151. Windows color (decimal): -3798629 or 10160582. OLE color: 10160582.
HSL color Cylindrical-coordinate representation of color #C6099B: hue angle of 313.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6099B is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.22 |
| HSL | 313.65º | 0.91% | 0.41% | - |
| HSV(B) | 313.65º | 0.95% | 0.78% | - |
| XYZ | 29.3 | 14.57 | 32.28 | - |
| YUV | 82.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 155 | 0 | 0.95 | 0.22 | 0.22 | 313.65 | 0.91 | 0.41 |
| Hex | C6 | 9 | 9B | 0 | 5F | 16 | 16 | 13A | 5B | 29 |
| Octal | 306 | 11 | 233 | 0 | 137 | 26 | 26 | 472 | 133 | 51 |
| Binary | 11000110 | 1001 | 10011011 | 0 | 1011111 | 10110 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C6099B
Complementary color
Monochromatic Colors of #C6099B
Black with #C6099B
Text Example
Text Example
White with #C6099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6099B; }
p { color: rgb(198,9,155); }
H1.HeaderClassName
{
color: #C6099B;
}
.AnyTagClassName
{
color: #C6099B;
}
</style>
background-color css
<style>
a { background-color: #C6099B; }
a { background-color: rgb(198,9,155); }
div.DivClassName
{
background-color: #C6099B;
}
.BgClassName
{
background-color: #C6099B;
}
</style>
border-color css
<style>
span { border-color: #C6099B; }
span { border-color: rgb(198,9,155); }
td.TdClassName
{
border-color: #C6099B;
}
.TagClassName
{
border-color: #C6099B;
}
</style>