Shades of Medium Violet Red #C9269C
Tints of Medium Violet Red #C9269C
RGB
CMYK
RGB Variations
Color information
#C9269C (or 0xC9269C) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9C. RGB value is (201,38,156). Sum of RGB (Red+Green+Blue) = 201+38+156=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269C is #36D963. Grayscale: #636363. Windows color (decimal): -3594596 or 10233545. OLE color: 10233545.
HSL color Cylindrical-coordinate representation of color #C9269C: hue angle of 316.56º 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 #C9269C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 156 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.21 |
| HSL | 316.56º | 0.68% | 0.47% | - |
| HSV(B) | 316.56º | 0.81% | 0.79% | - |
| XYZ | 30.78 | 16.2 | 32.96 | - |
| YUV | 100.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 156 | 0 | 0.81 | 0.22 | 0.21 | 316.56 | 0.68 | 0.47 |
| Hex | C9 | 26 | 9C | 0 | 51 | 16 | 15 | 13D | 44 | 2F |
| Octal | 311 | 46 | 234 | 0 | 121 | 26 | 25 | 475 | 104 | 57 |
| Binary | 11001001 | 100110 | 10011100 | 0 | 1010001 | 10110 | 10101 | 100111101 | 1000100 | 101111 |
Color Harmonies of #C9269C
Complementary color
Monochromatic Colors of #C9269C
Black with #C9269C
Text Example
Text Example
White with #C9269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9269C; }
p { color: rgb(201,38,156); }
H1.HeaderClassName
{
color: #C9269C;
}
.AnyTagClassName
{
color: #C9269C;
}
</style>
background-color css
<style>
a { background-color: #C9269C; }
a { background-color: rgb(201,38,156); }
div.DivClassName
{
background-color: #C9269C;
}
.BgClassName
{
background-color: #C9269C;
}
</style>
border-color css
<style>
span { border-color: #C9269C; }
span { border-color: rgb(201,38,156); }
td.TdClassName
{
border-color: #C9269C;
}
.TagClassName
{
border-color: #C9269C;
}
</style>