Shades of Medium Violet Red #C9047B
Tints of Medium Violet Red #C9047B
RGB
CMYK
RGB Variations
Color information
#C9047B (or 0xC9047B) is known color: Medium Violet Red. HEX triplet: C9, 04 and 7B. RGB value is (201,4,123). Sum of RGB (Red+Green+Blue) = 201+4+123=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9047B is #36FB84. Grayscale: #4C4C4C. Windows color (decimal): -3603333 or 8062153. OLE color: 8062153.
HSL color Cylindrical-coordinate representation of color #C9047B: hue angle of 323.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9047B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.21 |
| HSL | 323.76º | 0.96% | 0.4% | - |
| HSV(B) | 323.76º | 0.98% | 0.79% | - |
| XYZ | 27.71 | 13.93 | 19.97 | - |
| YUV | 76.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 123 | 0 | 0.98 | 0.39 | 0.21 | 323.76 | 0.96 | 0.4 |
| Hex | C9 | 4 | 7B | 0 | 62 | 27 | 15 | 144 | 60 | 28 |
| Octal | 311 | 4 | 173 | 0 | 142 | 47 | 25 | 504 | 140 | 50 |
| Binary | 11001001 | 100 | 1111011 | 0 | 1100010 | 100111 | 10101 | 101000100 | 1100000 | 101000 |
Color Harmonies of #C9047B
Complementary color
Monochromatic Colors of #C9047B
Black with #C9047B
Text Example
Text Example
White with #C9047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9047B; }
p { color: rgb(201,4,123); }
H1.HeaderClassName
{
color: #C9047B;
}
.AnyTagClassName
{
color: #C9047B;
}
</style>
background-color css
<style>
a { background-color: #C9047B; }
a { background-color: rgb(201,4,123); }
div.DivClassName
{
background-color: #C9047B;
}
.BgClassName
{
background-color: #C9047B;
}
</style>
border-color css
<style>
span { border-color: #C9047B; }
span { border-color: rgb(201,4,123); }
td.TdClassName
{
border-color: #C9047B;
}
.TagClassName
{
border-color: #C9047B;
}
</style>