Shades of Medium Violet Red #C9269E
Tints of Medium Violet Red #C9269E
RGB
CMYK
RGB Variations
Color information
#C9269E (or 0xC9269E) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9E. RGB value is (201,38,158). Sum of RGB (Red+Green+Blue) = 201+38+158=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269E is #36D961. Grayscale: #646464. Windows color (decimal): -3594594 or 10364617. OLE color: 10364617.
HSL color Cylindrical-coordinate representation of color #C9269E: hue angle of 315.83º 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 #C9269E is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 158 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.21 |
| HSL | 315.83º | 0.68% | 0.47% | - |
| HSV(B) | 315.83º | 0.81% | 0.79% | - |
| XYZ | 30.95 | 16.27 | 33.86 | - |
| YUV | 100.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 158 | 0 | 0.81 | 0.21 | 0.21 | 315.83 | 0.68 | 0.47 |
| Hex | C9 | 26 | 9E | 0 | 51 | 15 | 15 | 13C | 44 | 2F |
| Octal | 311 | 46 | 236 | 0 | 121 | 25 | 25 | 474 | 104 | 57 |
| Binary | 11001001 | 100110 | 10011110 | 0 | 1010001 | 10101 | 10101 | 100111100 | 1000100 | 101111 |
Color Harmonies of #C9269E
Complementary color
Monochromatic Colors of #C9269E
Black with #C9269E
Text Example
Text Example
White with #C9269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9269E; }
p { color: rgb(201,38,158); }
H1.HeaderClassName
{
color: #C9269E;
}
.AnyTagClassName
{
color: #C9269E;
}
</style>
background-color css
<style>
a { background-color: #C9269E; }
a { background-color: rgb(201,38,158); }
div.DivClassName
{
background-color: #C9269E;
}
.BgClassName
{
background-color: #C9269E;
}
</style>
border-color css
<style>
span { border-color: #C9269E; }
span { border-color: rgb(201,38,158); }
td.TdClassName
{
border-color: #C9269E;
}
.TagClassName
{
border-color: #C9269E;
}
</style>