Shades of Medium Violet Red #C9038B
Tints of Medium Violet Red #C9038B
RGB
CMYK
RGB Variations
Color information
#C9038B (or 0xC9038B) is known color: Medium Violet Red. HEX triplet: C9, 03 and 8B. RGB value is (201,3,139). Sum of RGB (Red+Green+Blue) = 201+3+139=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9038B is #36FC74. Grayscale: #4D4D4D. Windows color (decimal): -3603573 or 9110473. OLE color: 9110473.
HSL color Cylindrical-coordinate representation of color #C9038B: hue angle of 318.79º 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 #C9038B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.21 |
| HSL | 318.79º | 0.97% | 0.4% | - |
| HSV(B) | 318.79º | 0.99% | 0.79% | - |
| XYZ | 28.78 | 14.35 | 25.68 | - |
| YUV | 77.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 139 | 0 | 0.99 | 0.31 | 0.21 | 318.79 | 0.97 | 0.4 |
| Hex | C9 | 3 | 8B | 0 | 63 | 1F | 15 | 13F | 61 | 28 |
| Octal | 311 | 3 | 213 | 0 | 143 | 37 | 25 | 477 | 141 | 50 |
| Binary | 11001001 | 11 | 10001011 | 0 | 1100011 | 11111 | 10101 | 100111111 | 1100001 | 101000 |
Color Harmonies of #C9038B
Complementary color
Monochromatic Colors of #C9038B
Black with #C9038B
Text Example
Text Example
White with #C9038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9038B; }
p { color: rgb(201,3,139); }
H1.HeaderClassName
{
color: #C9038B;
}
.AnyTagClassName
{
color: #C9038B;
}
</style>
background-color css
<style>
a { background-color: #C9038B; }
a { background-color: rgb(201,3,139); }
div.DivClassName
{
background-color: #C9038B;
}
.BgClassName
{
background-color: #C9038B;
}
</style>
border-color css
<style>
span { border-color: #C9038B; }
span { border-color: rgb(201,3,139); }
td.TdClassName
{
border-color: #C9038B;
}
.TagClassName
{
border-color: #C9038B;
}
</style>