Shades of Medium Violet Red #C8006C
Tints of Medium Violet Red #C8006C
RGB
CMYK
RGB Variations
Color information
#C8006C (or 0xC8006C) is known color: Medium Violet Red. HEX triplet: C8, 00 and 6C. RGB value is (200,0,108). Sum of RGB (Red+Green+Blue) = 200+0+108=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8006C is #37FF93. Grayscale: #474747. Windows color (decimal): -3669908 or 7078088. OLE color: 7078088.
HSL color Cylindrical-coordinate representation of color #C8006C: hue angle of 327.6º 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 #C8006C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.46 | 0.22 |
| HSL | 327.6º | 1% | 0.39% | - |
| HSV(B) | 327.6º | 1% | 0.78% | - |
| XYZ | 26.53 | 13.36 | 15.37 | - |
| YUV | 72.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 108 | 0 | 1 | 0.46 | 0.22 | 327.6 | 1 | 0.39 |
| Hex | C8 | 0 | 6C | 0 | 64 | 2E | 16 | 148 | 64 | 27 |
| Octal | 310 | 0 | 154 | 0 | 144 | 56 | 26 | 510 | 144 | 47 |
| Binary | 11001000 | 0 | 1101100 | 0 | 1100100 | 101110 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C8006C
Complementary color
Monochromatic Colors of #C8006C
Black with #C8006C
Text Example
Text Example
White with #C8006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8006C; }
p { color: rgb(200,0,108); }
H1.HeaderClassName
{
color: #C8006C;
}
.AnyTagClassName
{
color: #C8006C;
}
</style>
background-color css
<style>
a { background-color: #C8006C; }
a { background-color: rgb(200,0,108); }
div.DivClassName
{
background-color: #C8006C;
}
.BgClassName
{
background-color: #C8006C;
}
</style>
border-color css
<style>
span { border-color: #C8006C; }
span { border-color: rgb(200,0,108); }
td.TdClassName
{
border-color: #C8006C;
}
.TagClassName
{
border-color: #C8006C;
}
</style>