Shades of Medium Violet Red #C6186B
Tints of Medium Violet Red #C6186B
RGB
CMYK
RGB Variations
Color information
#C6186B (or 0xC6186B) is known color: Medium Violet Red. HEX triplet: C6, 18 and 6B. RGB value is (198,24,107). Sum of RGB (Red+Green+Blue) = 198+24+107=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6186B is #39E794. Grayscale: #555555. Windows color (decimal): -3794837 or 7018694. OLE color: 7018694.
HSL color Cylindrical-coordinate representation of color #C6186B: hue angle of 331.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6186B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 107 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.38º | 0.78% | 0.44% | - |
| HSV(B) | 331.38º | 0.88% | 0.78% | - |
| XYZ | 26.27 | 13.72 | 15.17 | - |
| YUV | 85.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 107 | 0 | 0.88 | 0.46 | 0.22 | 331.38 | 0.78 | 0.44 |
| Hex | C6 | 18 | 6B | 0 | 58 | 2E | 16 | 14B | 4E | 2C |
| Octal | 306 | 30 | 153 | 0 | 130 | 56 | 26 | 513 | 116 | 54 |
| Binary | 11000110 | 11000 | 1101011 | 0 | 1011000 | 101110 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C6186B
Complementary color
Monochromatic Colors of #C6186B
Black with #C6186B
Text Example
Text Example
White with #C6186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6186B; }
p { color: rgb(198,24,107); }
H1.HeaderClassName
{
color: #C6186B;
}
.AnyTagClassName
{
color: #C6186B;
}
</style>
background-color css
<style>
a { background-color: #C6186B; }
a { background-color: rgb(198,24,107); }
div.DivClassName
{
background-color: #C6186B;
}
.BgClassName
{
background-color: #C6186B;
}
</style>
border-color css
<style>
span { border-color: #C6186B; }
span { border-color: rgb(198,24,107); }
td.TdClassName
{
border-color: #C6186B;
}
.TagClassName
{
border-color: #C6186B;
}
</style>