Shades of Medium Violet Red #C6097B
Tints of Medium Violet Red #C6097B
RGB
CMYK
RGB Variations
Color information
#C6097B (or 0xC6097B) is known color: Medium Violet Red. HEX triplet: C6, 09 and 7B. RGB value is (198,9,123). Sum of RGB (Red+Green+Blue) = 198+9+123=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6097B is #39F684. Grayscale: #4E4E4E. Windows color (decimal): -3798661 or 8063430. OLE color: 8063430.
HSL color Cylindrical-coordinate representation of color #C6097B: hue angle of 323.81º 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 #C6097B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.22 |
| HSL | 323.81º | 0.91% | 0.41% | - |
| HSV(B) | 323.81º | 0.95% | 0.78% | - |
| XYZ | 26.96 | 13.63 | 19.95 | - |
| YUV | 78.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 123 | 0 | 0.95 | 0.38 | 0.22 | 323.81 | 0.91 | 0.41 |
| Hex | C6 | 9 | 7B | 0 | 5F | 26 | 16 | 144 | 5B | 29 |
| Octal | 306 | 11 | 173 | 0 | 137 | 46 | 26 | 504 | 133 | 51 |
| Binary | 11000110 | 1001 | 1111011 | 0 | 1011111 | 100110 | 10110 | 101000100 | 1011011 | 101001 |
Color Harmonies of #C6097B
Complementary color
Monochromatic Colors of #C6097B
Black with #C6097B
Text Example
Text Example
White with #C6097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6097B; }
p { color: rgb(198,9,123); }
H1.HeaderClassName
{
color: #C6097B;
}
.AnyTagClassName
{
color: #C6097B;
}
</style>
background-color css
<style>
a { background-color: #C6097B; }
a { background-color: rgb(198,9,123); }
div.DivClassName
{
background-color: #C6097B;
}
.BgClassName
{
background-color: #C6097B;
}
</style>
border-color css
<style>
span { border-color: #C6097B; }
span { border-color: rgb(198,9,123); }
td.TdClassName
{
border-color: #C6097B;
}
.TagClassName
{
border-color: #C6097B;
}
</style>