Shades of Medium Violet Red #C8279D
Tints of Medium Violet Red #C8279D
RGB
CMYK
RGB Variations
Color information
#C8279D (or 0xC8279D) is known color: Medium Violet Red. HEX triplet: C8, 27 and 9D. RGB value is (200,39,157). Sum of RGB (Red+Green+Blue) = 200+39+157=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8279D is #37D862. Grayscale: #646464. Windows color (decimal): -3659875 or 10299336. OLE color: 10299336.
HSL color Cylindrical-coordinate representation of color #C8279D: hue angle of 316.02º 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 #C8279D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 157 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.22 |
| HSL | 316.02º | 0.67% | 0.47% | - |
| HSV(B) | 316.02º | 0.81% | 0.78% | - |
| XYZ | 30.63 | 16.16 | 33.4 | - |
| YUV | 100.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 157 | 0 | 0.80 | 0.22 | 0.22 | 316.02 | 0.67 | 0.47 |
| Hex | C8 | 27 | 9D | 0 | 50 | 16 | 16 | 13C | 43 | 2F |
| Octal | 310 | 47 | 235 | 0 | 120 | 26 | 26 | 474 | 103 | 57 |
| Binary | 11001000 | 100111 | 10011101 | 0 | 1010000 | 10110 | 10110 | 100111100 | 1000011 | 101111 |
Color Harmonies of #C8279D
Complementary color
Monochromatic Colors of #C8279D
Black with #C8279D
Text Example
Text Example
White with #C8279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8279D; }
p { color: rgb(200,39,157); }
H1.HeaderClassName
{
color: #C8279D;
}
.AnyTagClassName
{
color: #C8279D;
}
</style>
background-color css
<style>
a { background-color: #C8279D; }
a { background-color: rgb(200,39,157); }
div.DivClassName
{
background-color: #C8279D;
}
.BgClassName
{
background-color: #C8279D;
}
</style>
border-color css
<style>
span { border-color: #C8279D; }
span { border-color: rgb(200,39,157); }
td.TdClassName
{
border-color: #C8279D;
}
.TagClassName
{
border-color: #C8279D;
}
</style>