Shades of Medium Violet Red #C01F8B
Tints of Medium Violet Red #C01F8B
RGB
CMYK
RGB Variations
Color information
#C01F8B (or 0xC01F8B) is known color: Medium Violet Red. HEX triplet: C0, 1F and 8B. RGB value is (192,31,139). Sum of RGB (Red+Green+Blue) = 192+31+139=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F8B is #3FE074. Grayscale: #5B5B5B. Windows color (decimal): -4186229 or 9117632. OLE color: 9117632.
HSL color Cylindrical-coordinate representation of color #C01F8B: hue angle of 319.75º 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 #C01F8B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 139 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.25 |
| HSL | 319.75º | 0.72% | 0.44% | - |
| HSV(B) | 319.75º | 0.84% | 0.75% | - |
| XYZ | 26.89 | 14.05 | 25.72 | - |
| YUV | 91.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 139 | 0 | 0.84 | 0.28 | 0.25 | 319.75 | 0.72 | 0.44 |
| Hex | C0 | 1F | 8B | 0 | 54 | 1C | 19 | 140 | 48 | 2C |
| Octal | 300 | 37 | 213 | 0 | 124 | 34 | 31 | 500 | 110 | 54 |
| Binary | 11000000 | 11111 | 10001011 | 0 | 1010100 | 11100 | 11001 | 101000000 | 1001000 | 101100 |
Color Harmonies of #C01F8B
Complementary color
Monochromatic Colors of #C01F8B
Black with #C01F8B
Text Example
Text Example
White with #C01F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F8B; }
p { color: rgb(192,31,139); }
H1.HeaderClassName
{
color: #C01F8B;
}
.AnyTagClassName
{
color: #C01F8B;
}
</style>
background-color css
<style>
a { background-color: #C01F8B; }
a { background-color: rgb(192,31,139); }
div.DivClassName
{
background-color: #C01F8B;
}
.BgClassName
{
background-color: #C01F8B;
}
</style>
border-color css
<style>
span { border-color: #C01F8B; }
span { border-color: rgb(192,31,139); }
td.TdClassName
{
border-color: #C01F8B;
}
.TagClassName
{
border-color: #C01F8B;
}
</style>