Shades of Medium Violet Red #C9038C
Tints of Medium Violet Red #C9038C
RGB
CMYK
RGB Variations
Color information
#C9038C (or 0xC9038C) is known color: Medium Violet Red. HEX triplet: C9, 03 and 8C. RGB value is (201,3,140). Sum of RGB (Red+Green+Blue) = 201+3+140=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9038C is #36FC73. Grayscale: #4D4D4D. Windows color (decimal): -3603572 or 9176009. OLE color: 9176009.
HSL color Cylindrical-coordinate representation of color #C9038C: hue angle of 318.48º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9038C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.21 |
| HSL | 318.48º | 0.97% | 0.4% | - |
| HSV(B) | 318.48º | 0.99% | 0.79% | - |
| XYZ | 28.85 | 14.38 | 26.07 | - |
| YUV | 77.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 140 | 0 | 0.99 | 0.30 | 0.21 | 318.48 | 0.97 | 0.4 |
| Hex | C9 | 3 | 8C | 0 | 63 | 1E | 15 | 13E | 61 | 28 |
| Octal | 311 | 3 | 214 | 0 | 143 | 36 | 25 | 476 | 141 | 50 |
| Binary | 11001001 | 11 | 10001100 | 0 | 1100011 | 11110 | 10101 | 100111110 | 1100001 | 101000 |
Color Harmonies of #C9038C
Complementary color
Monochromatic Colors of #C9038C
Black with #C9038C
Text Example
Text Example
White with #C9038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9038C; }
p { color: rgb(201,3,140); }
H1.HeaderClassName
{
color: #C9038C;
}
.AnyTagClassName
{
color: #C9038C;
}
</style>
background-color css
<style>
a { background-color: #C9038C; }
a { background-color: rgb(201,3,140); }
div.DivClassName
{
background-color: #C9038C;
}
.BgClassName
{
background-color: #C9038C;
}
</style>
border-color css
<style>
span { border-color: #C9038C; }
span { border-color: rgb(201,3,140); }
td.TdClassName
{
border-color: #C9038C;
}
.TagClassName
{
border-color: #C9038C;
}
</style>