Shades of Medium Violet Red #C9269D
Tints of Medium Violet Red #C9269D
RGB
CMYK
RGB Variations
Color information
#C9269D (or 0xC9269D) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9D. RGB value is (201,38,157). Sum of RGB (Red+Green+Blue) = 201+38+157=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269D is #36D962. Grayscale: #636363. Windows color (decimal): -3594595 or 10299081. OLE color: 10299081.
HSL color Cylindrical-coordinate representation of color #C9269D: hue angle of 316.2º 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 #C9269D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 157 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.21 |
| HSL | 316.2º | 0.68% | 0.47% | - |
| HSV(B) | 316.2º | 0.81% | 0.79% | - |
| XYZ | 30.87 | 16.24 | 33.41 | - |
| YUV | 100.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 157 | 0 | 0.81 | 0.22 | 0.21 | 316.2 | 0.68 | 0.47 |
| Hex | C9 | 26 | 9D | 0 | 51 | 16 | 15 | 13C | 44 | 2F |
| Octal | 311 | 46 | 235 | 0 | 121 | 26 | 25 | 474 | 104 | 57 |
| Binary | 11001001 | 100110 | 10011101 | 0 | 1010001 | 10110 | 10101 | 100111100 | 1000100 | 101111 |
Color Harmonies of #C9269D
Complementary color
Monochromatic Colors of #C9269D
Black with #C9269D
Text Example
Text Example
White with #C9269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9269D; }
p { color: rgb(201,38,157); }
H1.HeaderClassName
{
color: #C9269D;
}
.AnyTagClassName
{
color: #C9269D;
}
</style>
background-color css
<style>
a { background-color: #C9269D; }
a { background-color: rgb(201,38,157); }
div.DivClassName
{
background-color: #C9269D;
}
.BgClassName
{
background-color: #C9269D;
}
</style>
border-color css
<style>
span { border-color: #C9269D; }
span { border-color: rgb(201,38,157); }
td.TdClassName
{
border-color: #C9269D;
}
.TagClassName
{
border-color: #C9269D;
}
</style>