Shades of Medium Violet Red #C01FAB
Tints of Medium Violet Red #C01FAB
RGB
CMYK
RGB Variations
Color information
#C01FAB (or 0xC01FAB) is known color: Medium Violet Red. HEX triplet: C0, 1F and AB. RGB value is (192,31,171). Sum of RGB (Red+Green+Blue) = 192+31+171=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FAB is #3FE054. Grayscale: #5E5E5E. Windows color (decimal): -4186197 or 11214784. OLE color: 11214784.
HSL color Cylindrical-coordinate representation of color #C01FAB: hue angle of 307.83º 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 #C01FAB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 171 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.25 |
| HSL | 307.83º | 0.72% | 0.44% | - |
| HSV(B) | 307.83º | 0.84% | 0.75% | - |
| XYZ | 29.58 | 15.13 | 39.89 | - |
| YUV | 95.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 171 | 0 | 0.84 | 0.11 | 0.25 | 307.83 | 0.72 | 0.44 |
| Hex | C0 | 1F | AB | 0 | 54 | B | 19 | 134 | 48 | 2C |
| Octal | 300 | 37 | 253 | 0 | 124 | 13 | 31 | 464 | 110 | 54 |
| Binary | 11000000 | 11111 | 10101011 | 0 | 1010100 | 1011 | 11001 | 100110100 | 1001000 | 101100 |
Color Harmonies of #C01FAB
Complementary color
Monochromatic Colors of #C01FAB
Black with #C01FAB
Text Example
Text Example
White with #C01FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FAB; }
p { color: rgb(192,31,171); }
H1.HeaderClassName
{
color: #C01FAB;
}
.AnyTagClassName
{
color: #C01FAB;
}
</style>
background-color css
<style>
a { background-color: #C01FAB; }
a { background-color: rgb(192,31,171); }
div.DivClassName
{
background-color: #C01FAB;
}
.BgClassName
{
background-color: #C01FAB;
}
</style>
border-color css
<style>
span { border-color: #C01FAB; }
span { border-color: rgb(192,31,171); }
td.TdClassName
{
border-color: #C01FAB;
}
.TagClassName
{
border-color: #C01FAB;
}
</style>