Shades of Medium Violet Red #C8038B
Tints of Medium Violet Red #C8038B
RGB
CMYK
RGB Variations
Color information
#C8038B (or 0xC8038B) is known color: Medium Violet Red. HEX triplet: C8, 03 and 8B. RGB value is (200,3,139). Sum of RGB (Red+Green+Blue) = 200+3+139=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8038B is #37FC74. Grayscale: #4D4D4D. Windows color (decimal): -3669109 or 9110472. OLE color: 9110472.
HSL color Cylindrical-coordinate representation of color #C8038B: hue angle of 318.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8038B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.22 |
| HSL | 318.58º | 0.97% | 0.4% | - |
| HSV(B) | 318.58º | 0.99% | 0.78% | - |
| XYZ | 28.51 | 14.21 | 25.67 | - |
| YUV | 77.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 139 | 0 | 0.98 | 0.30 | 0.22 | 318.58 | 0.97 | 0.4 |
| Hex | C8 | 3 | 8B | 0 | 62 | 1E | 16 | 13F | 61 | 28 |
| Octal | 310 | 3 | 213 | 0 | 142 | 36 | 26 | 477 | 141 | 50 |
| Binary | 11001000 | 11 | 10001011 | 0 | 1100010 | 11110 | 10110 | 100111111 | 1100001 | 101000 |
Color Harmonies of #C8038B
Complementary color
Monochromatic Colors of #C8038B
Black with #C8038B
Text Example
Text Example
White with #C8038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8038B; }
p { color: rgb(200,3,139); }
H1.HeaderClassName
{
color: #C8038B;
}
.AnyTagClassName
{
color: #C8038B;
}
</style>
background-color css
<style>
a { background-color: #C8038B; }
a { background-color: rgb(200,3,139); }
div.DivClassName
{
background-color: #C8038B;
}
.BgClassName
{
background-color: #C8038B;
}
</style>
border-color css
<style>
span { border-color: #C8038B; }
span { border-color: rgb(200,3,139); }
td.TdClassName
{
border-color: #C8038B;
}
.TagClassName
{
border-color: #C8038B;
}
</style>