Shades of Medium Violet Red #C8279F
Tints of Medium Violet Red #C8279F
RGB
CMYK
RGB Variations
Color information
#C8279F (or 0xC8279F) is known color: Medium Violet Red. HEX triplet: C8, 27 and 9F. RGB value is (200,39,159). Sum of RGB (Red+Green+Blue) = 200+39+159=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8279F is #37D860. Grayscale: #646464. Windows color (decimal): -3659873 or 10430408. OLE color: 10430408.
HSL color Cylindrical-coordinate representation of color #C8279F: hue angle of 315.28º 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 #C8279F is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 159 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.22 |
| HSL | 315.28º | 0.67% | 0.47% | - |
| HSV(B) | 315.28º | 0.81% | 0.78% | - |
| XYZ | 30.8 | 16.23 | 34.31 | - |
| YUV | 100.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 159 | 0 | 0.80 | 0.20 | 0.22 | 315.28 | 0.67 | 0.47 |
| Hex | C8 | 27 | 9F | 0 | 50 | 14 | 16 | 13B | 43 | 2F |
| Octal | 310 | 47 | 237 | 0 | 120 | 24 | 26 | 473 | 103 | 57 |
| Binary | 11001000 | 100111 | 10011111 | 0 | 1010000 | 10100 | 10110 | 100111011 | 1000011 | 101111 |
Color Harmonies of #C8279F
Complementary color
Monochromatic Colors of #C8279F
Black with #C8279F
Text Example
Text Example
White with #C8279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8279F; }
p { color: rgb(200,39,159); }
H1.HeaderClassName
{
color: #C8279F;
}
.AnyTagClassName
{
color: #C8279F;
}
</style>
background-color css
<style>
a { background-color: #C8279F; }
a { background-color: rgb(200,39,159); }
div.DivClassName
{
background-color: #C8279F;
}
.BgClassName
{
background-color: #C8279F;
}
</style>
border-color css
<style>
span { border-color: #C8279F; }
span { border-color: rgb(200,39,159); }
td.TdClassName
{
border-color: #C8279F;
}
.TagClassName
{
border-color: #C8279F;
}
</style>