Shades of Medium Violet Red #C01B7A
Tints of Medium Violet Red #C01B7A
RGB
CMYK
RGB Variations
Color information
#C01B7A (or 0xC01B7A) is known color: Medium Violet Red. HEX triplet: C0, 1B and 7A. RGB value is (192,27,122). Sum of RGB (Red+Green+Blue) = 192+27+122=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B7A is #3FE485. Grayscale: #565656. Windows color (decimal): -4187270 or 8002496. OLE color: 8002496.
HSL color Cylindrical-coordinate representation of color #C01B7A: hue angle of 325.45º 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 #C01B7A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 122 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.25 |
| HSL | 325.45º | 0.75% | 0.43% | - |
| HSV(B) | 325.45º | 0.86% | 0.75% | - |
| XYZ | 25.64 | 13.4 | 19.65 | - |
| YUV | 87.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 122 | 0 | 0.86 | 0.36 | 0.25 | 325.45 | 0.75 | 0.43 |
| Hex | C0 | 1B | 7A | 0 | 56 | 24 | 19 | 145 | 4B | 2B |
| Octal | 300 | 33 | 172 | 0 | 126 | 44 | 31 | 505 | 113 | 53 |
| Binary | 11000000 | 11011 | 1111010 | 0 | 1010110 | 100100 | 11001 | 101000101 | 1001011 | 101011 |
Color Harmonies of #C01B7A
Complementary color
Monochromatic Colors of #C01B7A
Black with #C01B7A
Text Example
Text Example
White with #C01B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B7A; }
p { color: rgb(192,27,122); }
H1.HeaderClassName
{
color: #C01B7A;
}
.AnyTagClassName
{
color: #C01B7A;
}
</style>
background-color css
<style>
a { background-color: #C01B7A; }
a { background-color: rgb(192,27,122); }
div.DivClassName
{
background-color: #C01B7A;
}
.BgClassName
{
background-color: #C01B7A;
}
</style>
border-color css
<style>
span { border-color: #C01B7A; }
span { border-color: rgb(192,27,122); }
td.TdClassName
{
border-color: #C01B7A;
}
.TagClassName
{
border-color: #C01B7A;
}
</style>