Shades of Medium Violet Red #C9267A
Tints of Medium Violet Red #C9267A
RGB
CMYK
RGB Variations
Color information
#C9267A (or 0xC9267A) is known color: Medium Violet Red. HEX triplet: C9, 26 and 7A. RGB value is (201,38,122). Sum of RGB (Red+Green+Blue) = 201+38+122=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9267A is #36D985. Grayscale: #606060. Windows color (decimal): -3594630 or 8005321. OLE color: 8005321.
HSL color Cylindrical-coordinate representation of color #C9267A: hue angle of 329.08º 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 #C9267A is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 122 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.21 |
| HSL | 329.08º | 0.68% | 0.47% | - |
| HSV(B) | 329.08º | 0.81% | 0.79% | - |
| XYZ | 28.29 | 15.21 | 19.86 | - |
| YUV | 96.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 122 | 0 | 0.81 | 0.39 | 0.21 | 329.08 | 0.68 | 0.47 |
| Hex | C9 | 26 | 7A | 0 | 51 | 27 | 15 | 149 | 44 | 2F |
| Octal | 311 | 46 | 172 | 0 | 121 | 47 | 25 | 511 | 104 | 57 |
| Binary | 11001001 | 100110 | 1111010 | 0 | 1010001 | 100111 | 10101 | 101001001 | 1000100 | 101111 |
Color Harmonies of #C9267A
Complementary color
Monochromatic Colors of #C9267A
Black with #C9267A
Text Example
Text Example
White with #C9267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9267A; }
p { color: rgb(201,38,122); }
H1.HeaderClassName
{
color: #C9267A;
}
.AnyTagClassName
{
color: #C9267A;
}
</style>
background-color css
<style>
a { background-color: #C9267A; }
a { background-color: rgb(201,38,122); }
div.DivClassName
{
background-color: #C9267A;
}
.BgClassName
{
background-color: #C9267A;
}
</style>
border-color css
<style>
span { border-color: #C9267A; }
span { border-color: rgb(201,38,122); }
td.TdClassName
{
border-color: #C9267A;
}
.TagClassName
{
border-color: #C9267A;
}
</style>