Shades of Medium Violet Red #C9267D
Tints of Medium Violet Red #C9267D
RGB
CMYK
RGB Variations
Color information
#C9267D (or 0xC9267D) is known color: Medium Violet Red. HEX triplet: C9, 26 and 7D. RGB value is (201,38,125). Sum of RGB (Red+Green+Blue) = 201+38+125=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9267D is #36D982. Grayscale: #606060. Windows color (decimal): -3594627 or 8201929. OLE color: 8201929.
HSL color Cylindrical-coordinate representation of color #C9267D: hue angle of 327.98º 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 #C9267D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 125 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.21 |
| HSL | 327.98º | 0.68% | 0.47% | - |
| HSV(B) | 327.98º | 0.81% | 0.79% | - |
| XYZ | 28.48 | 15.28 | 20.85 | - |
| YUV | 96.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 125 | 0 | 0.81 | 0.38 | 0.21 | 327.98 | 0.68 | 0.47 |
| Hex | C9 | 26 | 7D | 0 | 51 | 26 | 15 | 148 | 44 | 2F |
| Octal | 311 | 46 | 175 | 0 | 121 | 46 | 25 | 510 | 104 | 57 |
| Binary | 11001001 | 100110 | 1111101 | 0 | 1010001 | 100110 | 10101 | 101001000 | 1000100 | 101111 |
Color Harmonies of #C9267D
Complementary color
Monochromatic Colors of #C9267D
Black with #C9267D
Text Example
Text Example
White with #C9267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9267D; }
p { color: rgb(201,38,125); }
H1.HeaderClassName
{
color: #C9267D;
}
.AnyTagClassName
{
color: #C9267D;
}
</style>
background-color css
<style>
a { background-color: #C9267D; }
a { background-color: rgb(201,38,125); }
div.DivClassName
{
background-color: #C9267D;
}
.BgClassName
{
background-color: #C9267D;
}
</style>
border-color css
<style>
span { border-color: #C9267D; }
span { border-color: rgb(201,38,125); }
td.TdClassName
{
border-color: #C9267D;
}
.TagClassName
{
border-color: #C9267D;
}
</style>