Shades of Medium Violet Red #C0028D
Tints of Medium Violet Red #C0028D
RGB
CMYK
RGB Variations
Color information
#C0028D (or 0xC0028D) is known color: Medium Violet Red. HEX triplet: C0, 02 and 8D. RGB value is (192,2,141). Sum of RGB (Red+Green+Blue) = 192+2+141=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0028D is #3FFD72. Grayscale: #4A4A4A. Windows color (decimal): -4193651 or 9241280. OLE color: 9241280.
HSL color Cylindrical-coordinate representation of color #C0028D: hue angle of 316.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0028D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.25 |
| HSL | 316.11º | 0.98% | 0.38% | - |
| HSV(B) | 316.11º | 0.99% | 0.75% | - |
| XYZ | 26.57 | 13.17 | 26.34 | - |
| YUV | 74.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 141 | 0 | 0.99 | 0.27 | 0.25 | 316.11 | 0.98 | 0.38 |
| Hex | C0 | 2 | 8D | 0 | 63 | 1B | 19 | 13C | 62 | 26 |
| Octal | 300 | 2 | 215 | 0 | 143 | 33 | 31 | 474 | 142 | 46 |
| Binary | 11000000 | 10 | 10001101 | 0 | 1100011 | 11011 | 11001 | 100111100 | 1100010 | 100110 |
Color Harmonies of #C0028D
Complementary color
Monochromatic Colors of #C0028D
Black with #C0028D
Text Example
Text Example
White with #C0028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0028D; }
p { color: rgb(192,2,141); }
H1.HeaderClassName
{
color: #C0028D;
}
.AnyTagClassName
{
color: #C0028D;
}
</style>
background-color css
<style>
a { background-color: #C0028D; }
a { background-color: rgb(192,2,141); }
div.DivClassName
{
background-color: #C0028D;
}
.BgClassName
{
background-color: #C0028D;
}
</style>
border-color css
<style>
span { border-color: #C0028D; }
span { border-color: rgb(192,2,141); }
td.TdClassName
{
border-color: #C0028D;
}
.TagClassName
{
border-color: #C0028D;
}
</style>