Shades of Medium Violet Red #C8036C
Tints of Medium Violet Red #C8036C
RGB
CMYK
RGB Variations
Color information
#C8036C (or 0xC8036C) is known color: Medium Violet Red. HEX triplet: C8, 03 and 6C. RGB value is (200,3,108). Sum of RGB (Red+Green+Blue) = 200+3+108=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8036C is #37FC93. Grayscale: #494949. Windows color (decimal): -3669140 or 7078856. OLE color: 7078856.
HSL color Cylindrical-coordinate representation of color #C8036C: hue angle of 328.02º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8036C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.22 |
| HSL | 328.02º | 0.97% | 0.4% | - |
| HSV(B) | 328.02º | 0.99% | 0.78% | - |
| XYZ | 26.56 | 13.43 | 15.38 | - |
| YUV | 73.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 108 | 0 | 0.98 | 0.46 | 0.22 | 328.02 | 0.97 | 0.4 |
| Hex | C8 | 3 | 6C | 0 | 62 | 2E | 16 | 148 | 61 | 28 |
| Octal | 310 | 3 | 154 | 0 | 142 | 56 | 26 | 510 | 141 | 50 |
| Binary | 11001000 | 11 | 1101100 | 0 | 1100010 | 101110 | 10110 | 101001000 | 1100001 | 101000 |
Color Harmonies of #C8036C
Complementary color
Monochromatic Colors of #C8036C
Black with #C8036C
Text Example
Text Example
White with #C8036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8036C; }
p { color: rgb(200,3,108); }
H1.HeaderClassName
{
color: #C8036C;
}
.AnyTagClassName
{
color: #C8036C;
}
</style>
background-color css
<style>
a { background-color: #C8036C; }
a { background-color: rgb(200,3,108); }
div.DivClassName
{
background-color: #C8036C;
}
.BgClassName
{
background-color: #C8036C;
}
</style>
border-color css
<style>
span { border-color: #C8036C; }
span { border-color: rgb(200,3,108); }
td.TdClassName
{
border-color: #C8036C;
}
.TagClassName
{
border-color: #C8036C;
}
</style>