Shades of Medium Violet Red #C0027D
Tints of Medium Violet Red #C0027D
RGB
CMYK
RGB Variations
Color information
#C0027D (or 0xC0027D) is known color: Medium Violet Red. HEX triplet: C0, 02 and 7D. RGB value is (192,2,125). Sum of RGB (Red+Green+Blue) = 192+2+125=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0027D is #3FFD82. Grayscale: #484848. Windows color (decimal): -4193667 or 8192704. OLE color: 8192704.
HSL color Cylindrical-coordinate representation of color #C0027D: hue angle of 321.16º 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 #C0027D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.25 |
| HSL | 321.16º | 0.98% | 0.38% | - |
| HSV(B) | 321.16º | 0.99% | 0.75% | - |
| XYZ | 25.46 | 12.73 | 20.52 | - |
| YUV | 72.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 125 | 0 | 0.99 | 0.35 | 0.25 | 321.16 | 0.98 | 0.38 |
| Hex | C0 | 2 | 7D | 0 | 63 | 23 | 19 | 141 | 62 | 26 |
| Octal | 300 | 2 | 175 | 0 | 143 | 43 | 31 | 501 | 142 | 46 |
| Binary | 11000000 | 10 | 1111101 | 0 | 1100011 | 100011 | 11001 | 101000001 | 1100010 | 100110 |
Color Harmonies of #C0027D
Complementary color
Monochromatic Colors of #C0027D
Black with #C0027D
Text Example
Text Example
White with #C0027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0027D; }
p { color: rgb(192,2,125); }
H1.HeaderClassName
{
color: #C0027D;
}
.AnyTagClassName
{
color: #C0027D;
}
</style>
background-color css
<style>
a { background-color: #C0027D; }
a { background-color: rgb(192,2,125); }
div.DivClassName
{
background-color: #C0027D;
}
.BgClassName
{
background-color: #C0027D;
}
</style>
border-color css
<style>
span { border-color: #C0027D; }
span { border-color: rgb(192,2,125); }
td.TdClassName
{
border-color: #C0027D;
}
.TagClassName
{
border-color: #C0027D;
}
</style>