Shades of Medium Violet Red #C01BAA
Tints of Medium Violet Red #C01BAA
RGB
CMYK
RGB Variations
Color information
#C01BAA (or 0xC01BAA) is known color: Medium Violet Red. HEX triplet: C0, 1B and AA. RGB value is (192,27,170). Sum of RGB (Red+Green+Blue) = 192+27+170=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01BAA is #3FE455. Grayscale: #5C5C5C. Windows color (decimal): -4187222 or 11148224. OLE color: 11148224.
HSL color Cylindrical-coordinate representation of color #C01BAA: hue angle of 308º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01BAA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 170 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.25 |
| HSL | 308º | 0.75% | 0.43% | - |
| HSV(B) | 308º | 0.86% | 0.75% | - |
| XYZ | 29.39 | 14.89 | 39.36 | - |
| YUV | 92.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 170 | 0 | 0.86 | 0.11 | 0.25 | 308 | 0.75 | 0.43 |
| Hex | C0 | 1B | AA | 0 | 56 | B | 19 | 134 | 4B | 2B |
| Octal | 300 | 33 | 252 | 0 | 126 | 13 | 31 | 464 | 113 | 53 |
| Binary | 11000000 | 11011 | 10101010 | 0 | 1010110 | 1011 | 11001 | 100110100 | 1001011 | 101011 |
Color Harmonies of #C01BAA
Complementary color
Monochromatic Colors of #C01BAA
Black with #C01BAA
Text Example
Text Example
White with #C01BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BAA; }
p { color: rgb(192,27,170); }
H1.HeaderClassName
{
color: #C01BAA;
}
.AnyTagClassName
{
color: #C01BAA;
}
</style>
background-color css
<style>
a { background-color: #C01BAA; }
a { background-color: rgb(192,27,170); }
div.DivClassName
{
background-color: #C01BAA;
}
.BgClassName
{
background-color: #C01BAA;
}
</style>
border-color css
<style>
span { border-color: #C01BAA; }
span { border-color: rgb(192,27,170); }
td.TdClassName
{
border-color: #C01BAA;
}
.TagClassName
{
border-color: #C01BAA;
}
</style>