Shades of Medium Violet Red #C0028A
Tints of Medium Violet Red #C0028A
RGB
CMYK
RGB Variations
Color information
#C0028A (or 0xC0028A) is known color: Medium Violet Red. HEX triplet: C0, 02 and 8A. RGB value is (192,2,138). Sum of RGB (Red+Green+Blue) = 192+2+138=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0028A is #3FFD75. Grayscale: #494949. Windows color (decimal): -4193654 or 9044672. OLE color: 9044672.
HSL color Cylindrical-coordinate representation of color #C0028A: hue angle of 317.05º 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 #C0028A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.25 |
| HSL | 317.05º | 0.98% | 0.38% | - |
| HSV(B) | 317.05º | 0.99% | 0.75% | - |
| XYZ | 26.35 | 13.08 | 25.18 | - |
| YUV | 74.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 138 | 0 | 0.99 | 0.28 | 0.25 | 317.05 | 0.98 | 0.38 |
| Hex | C0 | 2 | 8A | 0 | 63 | 1C | 19 | 13D | 62 | 26 |
| Octal | 300 | 2 | 212 | 0 | 143 | 34 | 31 | 475 | 142 | 46 |
| Binary | 11000000 | 10 | 10001010 | 0 | 1100011 | 11100 | 11001 | 100111101 | 1100010 | 100110 |
Color Harmonies of #C0028A
Complementary color
Monochromatic Colors of #C0028A
Black with #C0028A
Text Example
Text Example
White with #C0028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0028A; }
p { color: rgb(192,2,138); }
H1.HeaderClassName
{
color: #C0028A;
}
.AnyTagClassName
{
color: #C0028A;
}
</style>
background-color css
<style>
a { background-color: #C0028A; }
a { background-color: rgb(192,2,138); }
div.DivClassName
{
background-color: #C0028A;
}
.BgClassName
{
background-color: #C0028A;
}
</style>
border-color css
<style>
span { border-color: #C0028A; }
span { border-color: rgb(192,2,138); }
td.TdClassName
{
border-color: #C0028A;
}
.TagClassName
{
border-color: #C0028A;
}
</style>