Shades of Medium Violet Red #C9007A
Tints of Medium Violet Red #C9007A
RGB
CMYK
RGB Variations
Color information
#C9007A (or 0xC9007A) is known color: Medium Violet Red. HEX triplet: C9, 00 and 7A. RGB value is (201,0,122). Sum of RGB (Red+Green+Blue) = 201+0+122=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C9007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9007A is #36FF85. Grayscale: #494949. Windows color (decimal): -3604358 or 7995593. OLE color: 7995593.
HSL color Cylindrical-coordinate representation of color #C9007A: hue angle of 323.58º 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 #C9007A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.39 | 0.21 |
| HSL | 323.58º | 1% | 0.39% | - |
| HSV(B) | 323.58º | 1% | 0.79% | - |
| XYZ | 27.6 | 13.82 | 19.63 | - |
| YUV | 74.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 122 | 0 | 1 | 0.39 | 0.21 | 323.58 | 1 | 0.39 |
| Hex | C9 | 0 | 7A | 0 | 64 | 27 | 15 | 144 | 64 | 27 |
| Octal | 311 | 0 | 172 | 0 | 144 | 47 | 25 | 504 | 144 | 47 |
| Binary | 11001001 | 0 | 1111010 | 0 | 1100100 | 100111 | 10101 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C9007A
Complementary color
Monochromatic Colors of #C9007A
Black with #C9007A
Text Example
Text Example
White with #C9007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9007A; }
p { color: rgb(201,0,122); }
H1.HeaderClassName
{
color: #C9007A;
}
.AnyTagClassName
{
color: #C9007A;
}
</style>
background-color css
<style>
a { background-color: #C9007A; }
a { background-color: rgb(201,0,122); }
div.DivClassName
{
background-color: #C9007A;
}
.BgClassName
{
background-color: #C9007A;
}
</style>
border-color css
<style>
span { border-color: #C9007A; }
span { border-color: rgb(201,0,122); }
td.TdClassName
{
border-color: #C9007A;
}
.TagClassName
{
border-color: #C9007A;
}
</style>