Shades of Medium Violet Red #C9269F
Tints of Medium Violet Red #C9269F
RGB
CMYK
RGB Variations
Color information
#C9269F (or 0xC9269F) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9F. RGB value is (201,38,159). Sum of RGB (Red+Green+Blue) = 201+38+159=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269F is #36D960. Grayscale: #646464. Windows color (decimal): -3594593 or 10430153. OLE color: 10430153.
HSL color Cylindrical-coordinate representation of color #C9269F: hue angle of 315.46º 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 #C9269F is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 159 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.21 |
| HSL | 315.46º | 0.68% | 0.47% | - |
| HSV(B) | 315.46º | 0.81% | 0.79% | - |
| XYZ | 31.04 | 16.31 | 34.31 | - |
| YUV | 100.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 159 | 0 | 0.81 | 0.21 | 0.21 | 315.46 | 0.68 | 0.47 |
| Hex | C9 | 26 | 9F | 0 | 51 | 15 | 15 | 13B | 44 | 2F |
| Octal | 311 | 46 | 237 | 0 | 121 | 25 | 25 | 473 | 104 | 57 |
| Binary | 11001001 | 100110 | 10011111 | 0 | 1010001 | 10101 | 10101 | 100111011 | 1000100 | 101111 |
Color Harmonies of #C9269F
Complementary color
Monochromatic Colors of #C9269F
Black with #C9269F
Text Example
Text Example
White with #C9269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9269F; }
p { color: rgb(201,38,159); }
H1.HeaderClassName
{
color: #C9269F;
}
.AnyTagClassName
{
color: #C9269F;
}
</style>
background-color css
<style>
a { background-color: #C9269F; }
a { background-color: rgb(201,38,159); }
div.DivClassName
{
background-color: #C9269F;
}
.BgClassName
{
background-color: #C9269F;
}
</style>
border-color css
<style>
span { border-color: #C9269F; }
span { border-color: rgb(201,38,159); }
td.TdClassName
{
border-color: #C9269F;
}
.TagClassName
{
border-color: #C9269F;
}
</style>