Shades of Medium Violet Red #C9259A
Tints of Medium Violet Red #C9259A
RGB
CMYK
RGB Variations
Color information
#C9259A (or 0xC9259A) is known color: Medium Violet Red. HEX triplet: C9, 25 and 9A. RGB value is (201,37,154). Sum of RGB (Red+Green+Blue) = 201+37+154=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9259A is #36DA65. Grayscale: #636363. Windows color (decimal): -3594854 or 10102217. OLE color: 10102217.
HSL color Cylindrical-coordinate representation of color #C9259A: hue angle of 317.2º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9259A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 154 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.21 |
| HSL | 317.2º | 0.69% | 0.47% | - |
| HSV(B) | 317.2º | 0.82% | 0.79% | - |
| XYZ | 30.58 | 16.07 | 32.06 | - |
| YUV | 99.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 154 | 0 | 0.82 | 0.23 | 0.21 | 317.2 | 0.69 | 0.47 |
| Hex | C9 | 25 | 9A | 0 | 52 | 17 | 15 | 13D | 45 | 2F |
| Octal | 311 | 45 | 232 | 0 | 122 | 27 | 25 | 475 | 105 | 57 |
| Binary | 11001001 | 100101 | 10011010 | 0 | 1010010 | 10111 | 10101 | 100111101 | 1000101 | 101111 |
Color Harmonies of #C9259A
Complementary color
Monochromatic Colors of #C9259A
Black with #C9259A
Text Example
Text Example
White with #C9259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9259A; }
p { color: rgb(201,37,154); }
H1.HeaderClassName
{
color: #C9259A;
}
.AnyTagClassName
{
color: #C9259A;
}
</style>
background-color css
<style>
a { background-color: #C9259A; }
a { background-color: rgb(201,37,154); }
div.DivClassName
{
background-color: #C9259A;
}
.BgClassName
{
background-color: #C9259A;
}
</style>
border-color css
<style>
span { border-color: #C9259A; }
span { border-color: rgb(201,37,154); }
td.TdClassName
{
border-color: #C9259A;
}
.TagClassName
{
border-color: #C9259A;
}
</style>