Shades of Medium Violet Red #C8279C
Tints of Medium Violet Red #C8279C
RGB
CMYK
RGB Variations
Color information
#C8279C (or 0xC8279C) is known color: Medium Violet Red. HEX triplet: C8, 27 and 9C. RGB value is (200,39,156). Sum of RGB (Red+Green+Blue) = 200+39+156=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8279C is #37D863. Grayscale: #646464. Windows color (decimal): -3659876 or 10233800. OLE color: 10233800.
HSL color Cylindrical-coordinate representation of color #C8279C: hue angle of 316.4º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8279C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 156 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.22 |
| HSL | 316.4º | 0.67% | 0.47% | - |
| HSV(B) | 316.4º | 0.81% | 0.78% | - |
| XYZ | 30.55 | 16.13 | 32.96 | - |
| YUV | 100.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 156 | 0 | 0.80 | 0.22 | 0.22 | 316.4 | 0.67 | 0.47 |
| Hex | C8 | 27 | 9C | 0 | 50 | 16 | 16 | 13C | 43 | 2F |
| Octal | 310 | 47 | 234 | 0 | 120 | 26 | 26 | 474 | 103 | 57 |
| Binary | 11001000 | 100111 | 10011100 | 0 | 1010000 | 10110 | 10110 | 100111100 | 1000011 | 101111 |
Color Harmonies of #C8279C
Complementary color
Monochromatic Colors of #C8279C
Black with #C8279C
Text Example
Text Example
White with #C8279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8279C; }
p { color: rgb(200,39,156); }
H1.HeaderClassName
{
color: #C8279C;
}
.AnyTagClassName
{
color: #C8279C;
}
</style>
background-color css
<style>
a { background-color: #C8279C; }
a { background-color: rgb(200,39,156); }
div.DivClassName
{
background-color: #C8279C;
}
.BgClassName
{
background-color: #C8279C;
}
</style>
border-color css
<style>
span { border-color: #C8279C; }
span { border-color: rgb(200,39,156); }
td.TdClassName
{
border-color: #C8279C;
}
.TagClassName
{
border-color: #C8279C;
}
</style>