Shades of Medium Violet Red #C0028B
Tints of Medium Violet Red #C0028B
RGB
CMYK
RGB Variations
Color information
#C0028B (or 0xC0028B) is known color: Medium Violet Red. HEX triplet: C0, 02 and 8B. RGB value is (192,2,139). Sum of RGB (Red+Green+Blue) = 192+2+139=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0028B is #3FFD74. Grayscale: #4A4A4A. Windows color (decimal): -4193653 or 9110208. OLE color: 9110208.
HSL color Cylindrical-coordinate representation of color #C0028B: hue angle of 316.74º 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 #C0028B is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.25 |
| HSL | 316.74º | 0.98% | 0.38% | - |
| HSV(B) | 316.74º | 0.99% | 0.75% | - |
| XYZ | 26.42 | 13.11 | 25.56 | - |
| YUV | 74.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 139 | 0 | 0.99 | 0.28 | 0.25 | 316.74 | 0.98 | 0.38 |
| Hex | C0 | 2 | 8B | 0 | 63 | 1C | 19 | 13D | 62 | 26 |
| Octal | 300 | 2 | 213 | 0 | 143 | 34 | 31 | 475 | 142 | 46 |
| Binary | 11000000 | 10 | 10001011 | 0 | 1100011 | 11100 | 11001 | 100111101 | 1100010 | 100110 |
Color Harmonies of #C0028B
Complementary color
Monochromatic Colors of #C0028B
Black with #C0028B
Text Example
Text Example
White with #C0028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0028B; }
p { color: rgb(192,2,139); }
H1.HeaderClassName
{
color: #C0028B;
}
.AnyTagClassName
{
color: #C0028B;
}
</style>
background-color css
<style>
a { background-color: #C0028B; }
a { background-color: rgb(192,2,139); }
div.DivClassName
{
background-color: #C0028B;
}
.BgClassName
{
background-color: #C0028B;
}
</style>
border-color css
<style>
span { border-color: #C0028B; }
span { border-color: rgb(192,2,139); }
td.TdClassName
{
border-color: #C0028B;
}
.TagClassName
{
border-color: #C0028B;
}
</style>