Shades of Medium Violet Red #C9268F
Tints of Medium Violet Red #C9268F
RGB
CMYK
RGB Variations
Color information
#C9268F (or 0xC9268F) is known color: Medium Violet Red. HEX triplet: C9, 26 and 8F. RGB value is (201,38,143). Sum of RGB (Red+Green+Blue) = 201+38+143=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9268F is #36D970. Grayscale: #626262. Windows color (decimal): -3594609 or 9381577. OLE color: 9381577.
HSL color Cylindrical-coordinate representation of color #C9268F: hue angle of 321.35º 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 #C9268F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 143 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.21 |
| HSL | 321.35º | 0.68% | 0.47% | - |
| HSV(B) | 321.35º | 0.81% | 0.79% | - |
| XYZ | 29.74 | 15.79 | 27.47 | - |
| YUV | 98.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 143 | 0 | 0.81 | 0.29 | 0.21 | 321.35 | 0.68 | 0.47 |
| Hex | C9 | 26 | 8F | 0 | 51 | 1D | 15 | 141 | 44 | 2F |
| Octal | 311 | 46 | 217 | 0 | 121 | 35 | 25 | 501 | 104 | 57 |
| Binary | 11001001 | 100110 | 10001111 | 0 | 1010001 | 11101 | 10101 | 101000001 | 1000100 | 101111 |
Color Harmonies of #C9268F
Complementary color
Monochromatic Colors of #C9268F
Black with #C9268F
Text Example
Text Example
White with #C9268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9268F; }
p { color: rgb(201,38,143); }
H1.HeaderClassName
{
color: #C9268F;
}
.AnyTagClassName
{
color: #C9268F;
}
</style>
background-color css
<style>
a { background-color: #C9268F; }
a { background-color: rgb(201,38,143); }
div.DivClassName
{
background-color: #C9268F;
}
.BgClassName
{
background-color: #C9268F;
}
</style>
border-color css
<style>
span { border-color: #C9268F; }
span { border-color: rgb(201,38,143); }
td.TdClassName
{
border-color: #C9268F;
}
.TagClassName
{
border-color: #C9268F;
}
</style>