Shades of Medium Violet Red #C0039C
Tints of Medium Violet Red #C0039C
RGB
CMYK
RGB Variations
Color information
#C0039C (or 0xC0039C) is known color: Medium Violet Red. HEX triplet: C0, 03 and 9C. RGB value is (192,3,156). Sum of RGB (Red+Green+Blue) = 192+3+156=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039C is #3FFC63. Grayscale: #4C4C4C. Windows color (decimal): -4193380 or 10224576. OLE color: 10224576.
HSL color Cylindrical-coordinate representation of color #C0039C: hue angle of 311.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0039C is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.25 |
| HSL | 311.43º | 0.97% | 0.38% | - |
| HSV(B) | 311.43º | 0.98% | 0.75% | - |
| XYZ | 27.77 | 13.67 | 32.63 | - |
| YUV | 76.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 156 | 0 | 0.98 | 0.19 | 0.25 | 311.43 | 0.97 | 0.38 |
| Hex | C0 | 3 | 9C | 0 | 62 | 13 | 19 | 137 | 61 | 26 |
| Octal | 300 | 3 | 234 | 0 | 142 | 23 | 31 | 467 | 141 | 46 |
| Binary | 11000000 | 11 | 10011100 | 0 | 1100010 | 10011 | 11001 | 100110111 | 1100001 | 100110 |
Color Harmonies of #C0039C
Complementary color
Monochromatic Colors of #C0039C
Black with #C0039C
Text Example
Text Example
White with #C0039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0039C; }
p { color: rgb(192,3,156); }
H1.HeaderClassName
{
color: #C0039C;
}
.AnyTagClassName
{
color: #C0039C;
}
</style>
background-color css
<style>
a { background-color: #C0039C; }
a { background-color: rgb(192,3,156); }
div.DivClassName
{
background-color: #C0039C;
}
.BgClassName
{
background-color: #C0039C;
}
</style>
border-color css
<style>
span { border-color: #C0039C; }
span { border-color: rgb(192,3,156); }
td.TdClassName
{
border-color: #C0039C;
}
.TagClassName
{
border-color: #C0039C;
}
</style>