Shades of Medium Violet Red #C00390
Tints of Medium Violet Red #C00390
RGB
CMYK
RGB Variations
Color information
#C00390 (or 0xC00390) is known color: Medium Violet Red. HEX triplet: C0, 03 and 90. RGB value is (192,3,144). Sum of RGB (Red+Green+Blue) = 192+3+144=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C00390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00390 is #3FFC6F. Grayscale: #4B4B4B. Windows color (decimal): -4193392 or 9438144. OLE color: 9438144.
HSL color Cylindrical-coordinate representation of color #C00390: hue angle of 315.24º 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 #C00390 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.25 |
| HSL | 315.24º | 0.97% | 0.38% | - |
| HSV(B) | 315.24º | 0.98% | 0.75% | - |
| XYZ | 26.8 | 13.29 | 27.54 | - |
| YUV | 75.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 144 | 0 | 0.98 | 0.25 | 0.25 | 315.24 | 0.97 | 0.38 |
| Hex | C0 | 3 | 90 | 0 | 62 | 19 | 19 | 13B | 61 | 26 |
| Octal | 300 | 3 | 220 | 0 | 142 | 31 | 31 | 473 | 141 | 46 |
| Binary | 11000000 | 11 | 10010000 | 0 | 1100010 | 11001 | 11001 | 100111011 | 1100001 | 100110 |
Color Harmonies of #C00390
Complementary color
Monochromatic Colors of #C00390
Black with #C00390
Text Example
Text Example
White with #C00390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00390; }
p { color: rgb(192,3,144); }
H1.HeaderClassName
{
color: #C00390;
}
.AnyTagClassName
{
color: #C00390;
}
</style>
background-color css
<style>
a { background-color: #C00390; }
a { background-color: rgb(192,3,144); }
div.DivClassName
{
background-color: #C00390;
}
.BgClassName
{
background-color: #C00390;
}
</style>
border-color css
<style>
span { border-color: #C00390; }
span { border-color: rgb(192,3,144); }
td.TdClassName
{
border-color: #C00390;
}
.TagClassName
{
border-color: #C00390;
}
</style>