Shades of Medium Red Violet #C03B8A
Tints of Medium Red Violet #C03B8A
RGB
CMYK
RGB Variations
Color information
#C03B8A (or 0xC03B8A) is known color: Medium Red Violet. HEX triplet: C0, 3B and 8A. RGB value is (192,59,138). Sum of RGB (Red+Green+Blue) = 192+59+138=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B8A is #3FC475. Grayscale: #6B6B6B. Windows color (decimal): -4179062 or 9059264. OLE color: 9059264.
HSL color Cylindrical-coordinate representation of color #C03B8A: hue angle of 324.36º 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 #C03B8A is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 138 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.25 |
| HSL | 324.36º | 0.53% | 0.49% | - |
| HSV(B) | 324.36º | 0.69% | 0.75% | - |
| XYZ | 27.89 | 16.17 | 25.7 | - |
| YUV | 107.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 138 | 0 | 0.69 | 0.28 | 0.25 | 324.36 | 0.53 | 0.49 |
| Hex | C0 | 3B | 8A | 0 | 45 | 1C | 19 | 144 | 35 | 31 |
| Octal | 300 | 73 | 212 | 0 | 105 | 34 | 31 | 504 | 65 | 61 |
| Binary | 11000000 | 111011 | 10001010 | 0 | 1000101 | 11100 | 11001 | 101000100 | 110101 | 110001 |
Color Harmonies of #C03B8A
Complementary color
Monochromatic Colors of #C03B8A
Black with #C03B8A
Text Example
Text Example
White with #C03B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B8A; }
p { color: rgb(192,59,138); }
H1.HeaderClassName
{
color: #C03B8A;
}
.AnyTagClassName
{
color: #C03B8A;
}
</style>
background-color css
<style>
a { background-color: #C03B8A; }
a { background-color: rgb(192,59,138); }
div.DivClassName
{
background-color: #C03B8A;
}
.BgClassName
{
background-color: #C03B8A;
}
</style>
border-color css
<style>
span { border-color: #C03B8A; }
span { border-color: rgb(192,59,138); }
td.TdClassName
{
border-color: #C03B8A;
}
.TagClassName
{
border-color: #C03B8A;
}
</style>