Shades of Medium Red Violet #C03D8A
Tints of Medium Red Violet #C03D8A
RGB
CMYK
RGB Variations
Color information
#C03D8A (or 0xC03D8A) is known color: Medium Red Violet. HEX triplet: C0, 3D and 8A. RGB value is (192,61,138). Sum of RGB (Red+Green+Blue) = 192+61+138=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D8A is #3FC275. Grayscale: #6C6C6C. Windows color (decimal): -4178550 or 9059776. OLE color: 9059776.
HSL color Cylindrical-coordinate representation of color #C03D8A: hue angle of 324.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D8A is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 138 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.25 |
| HSL | 324.73º | 0.52% | 0.5% | - |
| HSV(B) | 324.73º | 0.68% | 0.75% | - |
| XYZ | 27.99 | 16.38 | 25.73 | - |
| YUV | 108.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 138 | 0 | 0.68 | 0.28 | 0.25 | 324.73 | 0.52 | 0.5 |
| Hex | C0 | 3D | 8A | 0 | 44 | 1C | 19 | 145 | 34 | 32 |
| Octal | 300 | 75 | 212 | 0 | 104 | 34 | 31 | 505 | 64 | 62 |
| Binary | 11000000 | 111101 | 10001010 | 0 | 1000100 | 11100 | 11001 | 101000101 | 110100 | 110010 |
Color Harmonies of #C03D8A
Complementary color
Monochromatic Colors of #C03D8A
Black with #C03D8A
Text Example
Text Example
White with #C03D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D8A; }
p { color: rgb(192,61,138); }
H1.HeaderClassName
{
color: #C03D8A;
}
.AnyTagClassName
{
color: #C03D8A;
}
</style>
background-color css
<style>
a { background-color: #C03D8A; }
a { background-color: rgb(192,61,138); }
div.DivClassName
{
background-color: #C03D8A;
}
.BgClassName
{
background-color: #C03D8A;
}
</style>
border-color css
<style>
span { border-color: #C03D8A; }
span { border-color: rgb(192,61,138); }
td.TdClassName
{
border-color: #C03D8A;
}
.TagClassName
{
border-color: #C03D8A;
}
</style>