Shades of Medium Violet Red #C9279C
Tints of Medium Violet Red #C9279C
RGB
CMYK
RGB Variations
Color information
#C9279C (or 0xC9279C) is known color: Medium Violet Red. HEX triplet: C9, 27 and 9C. RGB value is (201,39,156). Sum of RGB (Red+Green+Blue) = 201+39+156=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9279C is #36D863. Grayscale: #646464. Windows color (decimal): -3594340 or 10233801. OLE color: 10233801.
HSL color Cylindrical-coordinate representation of color #C9279C: hue angle of 316.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9279C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 156 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.21 |
| HSL | 316.67º | 0.68% | 0.47% | - |
| HSV(B) | 316.67º | 0.81% | 0.79% | - |
| XYZ | 30.81 | 16.27 | 32.97 | - |
| YUV | 100.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 156 | 0 | 0.81 | 0.22 | 0.21 | 316.67 | 0.68 | 0.47 |
| Hex | C9 | 27 | 9C | 0 | 51 | 16 | 15 | 13D | 44 | 2F |
| Octal | 311 | 47 | 234 | 0 | 121 | 26 | 25 | 475 | 104 | 57 |
| Binary | 11001001 | 100111 | 10011100 | 0 | 1010001 | 10110 | 10101 | 100111101 | 1000100 | 101111 |
Color Harmonies of #C9279C
Complementary color
Monochromatic Colors of #C9279C
Black with #C9279C
Text Example
Text Example
White with #C9279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9279C; }
p { color: rgb(201,39,156); }
H1.HeaderClassName
{
color: #C9279C;
}
.AnyTagClassName
{
color: #C9279C;
}
</style>
background-color css
<style>
a { background-color: #C9279C; }
a { background-color: rgb(201,39,156); }
div.DivClassName
{
background-color: #C9279C;
}
.BgClassName
{
background-color: #C9279C;
}
</style>
border-color css
<style>
span { border-color: #C9279C; }
span { border-color: rgb(201,39,156); }
td.TdClassName
{
border-color: #C9279C;
}
.TagClassName
{
border-color: #C9279C;
}
</style>