Shades of Medium Violet Red #C9268C
Tints of Medium Violet Red #C9268C
RGB
CMYK
RGB Variations
Color information
#C9268C (or 0xC9268C) is known color: Medium Violet Red. HEX triplet: C9, 26 and 8C. RGB value is (201,38,140). Sum of RGB (Red+Green+Blue) = 201+38+140=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9268C is #36D973. Grayscale: #626262. Windows color (decimal): -3594612 or 9184969. OLE color: 9184969.
HSL color Cylindrical-coordinate representation of color #C9268C: hue angle of 322.45º 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 #C9268C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 140 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.21 |
| HSL | 322.45º | 0.68% | 0.47% | - |
| HSV(B) | 322.45º | 0.81% | 0.79% | - |
| XYZ | 29.51 | 15.7 | 26.29 | - |
| YUV | 98.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 140 | 0 | 0.81 | 0.30 | 0.21 | 322.45 | 0.68 | 0.47 |
| Hex | C9 | 26 | 8C | 0 | 51 | 1E | 15 | 142 | 44 | 2F |
| Octal | 311 | 46 | 214 | 0 | 121 | 36 | 25 | 502 | 104 | 57 |
| Binary | 11001001 | 100110 | 10001100 | 0 | 1010001 | 11110 | 10101 | 101000010 | 1000100 | 101111 |
Color Harmonies of #C9268C
Complementary color
Monochromatic Colors of #C9268C
Black with #C9268C
Text Example
Text Example
White with #C9268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9268C; }
p { color: rgb(201,38,140); }
H1.HeaderClassName
{
color: #C9268C;
}
.AnyTagClassName
{
color: #C9268C;
}
</style>
background-color css
<style>
a { background-color: #C9268C; }
a { background-color: rgb(201,38,140); }
div.DivClassName
{
background-color: #C9268C;
}
.BgClassName
{
background-color: #C9268C;
}
</style>
border-color css
<style>
span { border-color: #C9268C; }
span { border-color: rgb(201,38,140); }
td.TdClassName
{
border-color: #C9268C;
}
.TagClassName
{
border-color: #C9268C;
}
</style>