Shades of Medium Violet Red #C9267C
Tints of Medium Violet Red #C9267C
RGB
CMYK
RGB Variations
Color information
#C9267C (or 0xC9267C) is known color: Medium Violet Red. HEX triplet: C9, 26 and 7C. RGB value is (201,38,124). Sum of RGB (Red+Green+Blue) = 201+38+124=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9267C is #36D983. Grayscale: #606060. Windows color (decimal): -3594628 or 8136393. OLE color: 8136393.
HSL color Cylindrical-coordinate representation of color #C9267C: hue angle of 328.34º 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 #C9267C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 124 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.21 |
| HSL | 328.34º | 0.68% | 0.47% | - |
| HSV(B) | 328.34º | 0.81% | 0.79% | - |
| XYZ | 28.42 | 15.26 | 20.52 | - |
| YUV | 96.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 124 | 0 | 0.81 | 0.38 | 0.21 | 328.34 | 0.68 | 0.47 |
| Hex | C9 | 26 | 7C | 0 | 51 | 26 | 15 | 148 | 44 | 2F |
| Octal | 311 | 46 | 174 | 0 | 121 | 46 | 25 | 510 | 104 | 57 |
| Binary | 11001001 | 100110 | 1111100 | 0 | 1010001 | 100110 | 10101 | 101001000 | 1000100 | 101111 |
Color Harmonies of #C9267C
Complementary color
Monochromatic Colors of #C9267C
Black with #C9267C
Text Example
Text Example
White with #C9267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9267C; }
p { color: rgb(201,38,124); }
H1.HeaderClassName
{
color: #C9267C;
}
.AnyTagClassName
{
color: #C9267C;
}
</style>
background-color css
<style>
a { background-color: #C9267C; }
a { background-color: rgb(201,38,124); }
div.DivClassName
{
background-color: #C9267C;
}
.BgClassName
{
background-color: #C9267C;
}
</style>
border-color css
<style>
span { border-color: #C9267C; }
span { border-color: rgb(201,38,124); }
td.TdClassName
{
border-color: #C9267C;
}
.TagClassName
{
border-color: #C9267C;
}
</style>