Shades of Medium Violet Red #C2067B
Tints of Medium Violet Red #C2067B
RGB
CMYK
RGB Variations
Color information
#C2067B (or 0xC2067B) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7B. RGB value is (194,6,123). Sum of RGB (Red+Green+Blue) = 194+6+123=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067B is #3DF984. Grayscale: #4B4B4B. Windows color (decimal): -4061573 or 8062658. OLE color: 8062658.
HSL color Cylindrical-coordinate representation of color #C2067B: hue angle of 322.66º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2067B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.24 |
| HSL | 322.66º | 0.94% | 0.39% | - |
| HSV(B) | 322.66º | 0.97% | 0.76% | - |
| XYZ | 25.89 | 13.03 | 19.89 | - |
| YUV | 75.55 | 154.78 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 123 | 0 | 0.97 | 0.37 | 0.24 | 322.66 | 0.94 | 0.39 |
| Hex | C2 | 6 | 7B | 0 | 61 | 25 | 18 | 143 | 5E | 27 |
| Octal | 302 | 6 | 173 | 0 | 141 | 45 | 30 | 503 | 136 | 47 |
| Binary | 11000010 | 110 | 1111011 | 0 | 1100001 | 100101 | 11000 | 101000011 | 1011110 | 100111 |
Color Harmonies of #C2067B
Complementary color
Monochromatic Colors of #C2067B
Black with #C2067B
Text Example
Text Example
White with #C2067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2067B; }
p { color: rgb(194,6,123); }
H1.HeaderClassName
{
color: #C2067B;
}
.AnyTagClassName
{
color: #C2067B;
}
</style>
background-color css
<style>
a { background-color: #C2067B; }
a { background-color: rgb(194,6,123); }
div.DivClassName
{
background-color: #C2067B;
}
.BgClassName
{
background-color: #C2067B;
}
</style>
border-color css
<style>
span { border-color: #C2067B; }
span { border-color: rgb(194,6,123); }
td.TdClassName
{
border-color: #C2067B;
}
.TagClassName
{
border-color: #C2067B;
}
</style>