Shades of Medium Violet Red #C6008F
Tints of Medium Violet Red #C6008F
RGB
CMYK
RGB Variations
Color information
#C6008F (or 0xC6008F) is known color: Medium Violet Red. HEX triplet: C6, 00 and 8F. RGB value is (198,0,143). Sum of RGB (Red+Green+Blue) = 198+0+143=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6008F is #39FF70. Grayscale: #4B4B4B. Windows color (decimal): -3800945 or 9371846. OLE color: 9371846.
HSL color Cylindrical-coordinate representation of color #C6008F: hue angle of 316.67º 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 #C6008F is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.28 | 0.22 |
| HSL | 316.67º | 1% | 0.39% | - |
| HSV(B) | 316.67º | 1% | 0.78% | - |
| XYZ | 28.25 | 13.99 | 27.2 | - |
| YUV | 75.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 143 | 0 | 1 | 0.28 | 0.22 | 316.67 | 1 | 0.39 |
| Hex | C6 | 0 | 8F | 0 | 64 | 1C | 16 | 13D | 64 | 27 |
| Octal | 306 | 0 | 217 | 0 | 144 | 34 | 26 | 475 | 144 | 47 |
| Binary | 11000110 | 0 | 10001111 | 0 | 1100100 | 11100 | 10110 | 100111101 | 1100100 | 100111 |
Color Harmonies of #C6008F
Complementary color
Monochromatic Colors of #C6008F
Black with #C6008F
Text Example
Text Example
White with #C6008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6008F; }
p { color: rgb(198,0,143); }
H1.HeaderClassName
{
color: #C6008F;
}
.AnyTagClassName
{
color: #C6008F;
}
</style>
background-color css
<style>
a { background-color: #C6008F; }
a { background-color: rgb(198,0,143); }
div.DivClassName
{
background-color: #C6008F;
}
.BgClassName
{
background-color: #C6008F;
}
</style>
border-color css
<style>
span { border-color: #C6008F; }
span { border-color: rgb(198,0,143); }
td.TdClassName
{
border-color: #C6008F;
}
.TagClassName
{
border-color: #C6008F;
}
</style>