Shades of Medium Violet Red #C01FAA
Tints of Medium Violet Red #C01FAA
RGB
CMYK
RGB Variations
Color information
#C01FAA (or 0xC01FAA) is known color: Medium Violet Red. HEX triplet: C0, 1F and AA. RGB value is (192,31,170). Sum of RGB (Red+Green+Blue) = 192+31+170=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FAA is #3FE055. Grayscale: #5E5E5E. Windows color (decimal): -4186198 or 11149248. OLE color: 11149248.
HSL color Cylindrical-coordinate representation of color #C01FAA: hue angle of 308.2º 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 #C01FAA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 170 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.25 |
| HSL | 308.2º | 0.72% | 0.44% | - |
| HSV(B) | 308.2º | 0.84% | 0.75% | - |
| XYZ | 29.48 | 15.09 | 39.39 | - |
| YUV | 94.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 170 | 0 | 0.84 | 0.11 | 0.25 | 308.2 | 0.72 | 0.44 |
| Hex | C0 | 1F | AA | 0 | 54 | B | 19 | 134 | 48 | 2C |
| Octal | 300 | 37 | 252 | 0 | 124 | 13 | 31 | 464 | 110 | 54 |
| Binary | 11000000 | 11111 | 10101010 | 0 | 1010100 | 1011 | 11001 | 100110100 | 1001000 | 101100 |
Color Harmonies of #C01FAA
Complementary color
Monochromatic Colors of #C01FAA
Black with #C01FAA
Text Example
Text Example
White with #C01FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FAA; }
p { color: rgb(192,31,170); }
H1.HeaderClassName
{
color: #C01FAA;
}
.AnyTagClassName
{
color: #C01FAA;
}
</style>
background-color css
<style>
a { background-color: #C01FAA; }
a { background-color: rgb(192,31,170); }
div.DivClassName
{
background-color: #C01FAA;
}
.BgClassName
{
background-color: #C01FAA;
}
</style>
border-color css
<style>
span { border-color: #C01FAA; }
span { border-color: rgb(192,31,170); }
td.TdClassName
{
border-color: #C01FAA;
}
.TagClassName
{
border-color: #C01FAA;
}
</style>