Shades of Medium Violet Red #C9006F
Tints of Medium Violet Red #C9006F
RGB
CMYK
RGB Variations
Color information
#C9006F (or 0xC9006F) is known color: Medium Violet Red. HEX triplet: C9, 00 and 6F. RGB value is (201,0,111). Sum of RGB (Red+Green+Blue) = 201+0+111=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9006F is #36FF90. Grayscale: #484848. Windows color (decimal): -3604369 or 7274697. OLE color: 7274697.
HSL color Cylindrical-coordinate representation of color #C9006F: hue angle of 326.87º 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 #C9006F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.45 | 0.21 |
| HSL | 326.87º | 1% | 0.39% | - |
| HSV(B) | 326.87º | 1% | 0.79% | - |
| XYZ | 26.96 | 13.57 | 16.24 | - |
| YUV | 72.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 111 | 0 | 1 | 0.45 | 0.21 | 326.87 | 1 | 0.39 |
| Hex | C9 | 0 | 6F | 0 | 64 | 2D | 15 | 147 | 64 | 27 |
| Octal | 311 | 0 | 157 | 0 | 144 | 55 | 25 | 507 | 144 | 47 |
| Binary | 11001001 | 0 | 1101111 | 0 | 1100100 | 101101 | 10101 | 101000111 | 1100100 | 100111 |
Color Harmonies of #C9006F
Complementary color
Monochromatic Colors of #C9006F
Black with #C9006F
Text Example
Text Example
White with #C9006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9006F; }
p { color: rgb(201,0,111); }
H1.HeaderClassName
{
color: #C9006F;
}
.AnyTagClassName
{
color: #C9006F;
}
</style>
background-color css
<style>
a { background-color: #C9006F; }
a { background-color: rgb(201,0,111); }
div.DivClassName
{
background-color: #C9006F;
}
.BgClassName
{
background-color: #C9006F;
}
</style>
border-color css
<style>
span { border-color: #C9006F; }
span { border-color: rgb(201,0,111); }
td.TdClassName
{
border-color: #C9006F;
}
.TagClassName
{
border-color: #C9006F;
}
</style>