Shades of Medium Violet Red #C01F89
Tints of Medium Violet Red #C01F89
RGB
CMYK
RGB Variations
Color information
#C01F89 (or 0xC01F89) is known color: Medium Violet Red. HEX triplet: C0, 1F and 89. RGB value is (192,31,137). Sum of RGB (Red+Green+Blue) = 192+31+137=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F89 is #3FE076. Grayscale: #5A5A5A. Windows color (decimal): -4186231 or 8986560. OLE color: 8986560.
HSL color Cylindrical-coordinate representation of color #C01F89: hue angle of 320.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F89 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 137 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.25 |
| HSL | 320.5º | 0.72% | 0.44% | - |
| HSV(B) | 320.5º | 0.84% | 0.75% | - |
| XYZ | 26.74 | 13.99 | 24.96 | - |
| YUV | 91.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 137 | 0 | 0.84 | 0.29 | 0.25 | 320.5 | 0.72 | 0.44 |
| Hex | C0 | 1F | 89 | 0 | 54 | 1D | 19 | 140 | 48 | 2C |
| Octal | 300 | 37 | 211 | 0 | 124 | 35 | 31 | 500 | 110 | 54 |
| Binary | 11000000 | 11111 | 10001001 | 0 | 1010100 | 11101 | 11001 | 101000000 | 1001000 | 101100 |
Color Harmonies of #C01F89
Complementary color
Monochromatic Colors of #C01F89
Black with #C01F89
Text Example
Text Example
White with #C01F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F89; }
p { color: rgb(192,31,137); }
H1.HeaderClassName
{
color: #C01F89;
}
.AnyTagClassName
{
color: #C01F89;
}
</style>
background-color css
<style>
a { background-color: #C01F89; }
a { background-color: rgb(192,31,137); }
div.DivClassName
{
background-color: #C01F89;
}
.BgClassName
{
background-color: #C01F89;
}
</style>
border-color css
<style>
span { border-color: #C01F89; }
span { border-color: rgb(192,31,137); }
td.TdClassName
{
border-color: #C01F89;
}
.TagClassName
{
border-color: #C01F89;
}
</style>