Shades of Medium Violet Red #C9009C
Tints of Medium Violet Red #C9009C
RGB
CMYK
RGB Variations
Color information
#C9009C (or 0xC9009C) is known color: Medium Violet Red. HEX triplet: C9, 00 and 9C. RGB value is (201,0,156). Sum of RGB (Red+Green+Blue) = 201+0+156=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9009C is #36FF63. Grayscale: #4D4D4D. Windows color (decimal): -3604324 or 10223817. OLE color: 10223817.
HSL color Cylindrical-coordinate representation of color #C9009C: hue angle of 313.43º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9009C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.22 | 0.21 |
| HSL | 313.43º | 1% | 0.39% | - |
| HSV(B) | 313.43º | 1% | 0.79% | - |
| XYZ | 30.09 | 14.82 | 32.73 | - |
| YUV | 77.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 156 | 0 | 1 | 0.22 | 0.21 | 313.43 | 1 | 0.39 |
| Hex | C9 | 0 | 9C | 0 | 64 | 16 | 15 | 139 | 64 | 27 |
| Octal | 311 | 0 | 234 | 0 | 144 | 26 | 25 | 471 | 144 | 47 |
| Binary | 11001001 | 0 | 10011100 | 0 | 1100100 | 10110 | 10101 | 100111001 | 1100100 | 100111 |
Color Harmonies of #C9009C
Complementary color
Monochromatic Colors of #C9009C
Black with #C9009C
Text Example
Text Example
White with #C9009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9009C; }
p { color: rgb(201,0,156); }
H1.HeaderClassName
{
color: #C9009C;
}
.AnyTagClassName
{
color: #C9009C;
}
</style>
background-color css
<style>
a { background-color: #C9009C; }
a { background-color: rgb(201,0,156); }
div.DivClassName
{
background-color: #C9009C;
}
.BgClassName
{
background-color: #C9009C;
}
</style>
border-color css
<style>
span { border-color: #C9009C; }
span { border-color: rgb(201,0,156); }
td.TdClassName
{
border-color: #C9009C;
}
.TagClassName
{
border-color: #C9009C;
}
</style>