Shades of Medium Red Violet #C03B8C
Tints of Medium Red Violet #C03B8C
RGB
CMYK
RGB Variations
Color information
#C03B8C (or 0xC03B8C) is known color: Medium Red Violet. HEX triplet: C0, 3B and 8C. RGB value is (192,59,140). Sum of RGB (Red+Green+Blue) = 192+59+140=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B8C is #3FC473. Grayscale: #6B6B6B. Windows color (decimal): -4179060 or 9190336. OLE color: 9190336.
HSL color Cylindrical-coordinate representation of color #C03B8C: hue angle of 323.46º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B8C is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 140 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.25 |
| HSL | 323.46º | 0.53% | 0.49% | - |
| HSV(B) | 323.46º | 0.69% | 0.75% | - |
| XYZ | 28.04 | 16.23 | 26.47 | - |
| YUV | 108 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 140 | 0 | 0.69 | 0.27 | 0.25 | 323.46 | 0.53 | 0.49 |
| Hex | C0 | 3B | 8C | 0 | 45 | 1B | 19 | 143 | 35 | 31 |
| Octal | 300 | 73 | 214 | 0 | 105 | 33 | 31 | 503 | 65 | 61 |
| Binary | 11000000 | 111011 | 10001100 | 0 | 1000101 | 11011 | 11001 | 101000011 | 110101 | 110001 |
Color Harmonies of #C03B8C
Complementary color
Monochromatic Colors of #C03B8C
Black with #C03B8C
Text Example
Text Example
White with #C03B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B8C; }
p { color: rgb(192,59,140); }
H1.HeaderClassName
{
color: #C03B8C;
}
.AnyTagClassName
{
color: #C03B8C;
}
</style>
background-color css
<style>
a { background-color: #C03B8C; }
a { background-color: rgb(192,59,140); }
div.DivClassName
{
background-color: #C03B8C;
}
.BgClassName
{
background-color: #C03B8C;
}
</style>
border-color css
<style>
span { border-color: #C03B8C; }
span { border-color: rgb(192,59,140); }
td.TdClassName
{
border-color: #C03B8C;
}
.TagClassName
{
border-color: #C03B8C;
}
</style>