Shades of Medium Violet Red #C2067A
Tints of Medium Violet Red #C2067A
RGB
CMYK
RGB Variations
Color information
#C2067A (or 0xC2067A) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7A. RGB value is (194,6,122). Sum of RGB (Red+Green+Blue) = 194+6+122=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067A is #3DF985. Grayscale: #4B4B4B. Windows color (decimal): -4061574 or 7997122. OLE color: 7997122.
HSL color Cylindrical-coordinate representation of color #C2067A: hue angle of 322.98º 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 #C2067A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.24 |
| HSL | 322.98º | 0.94% | 0.39% | - |
| HSV(B) | 322.98º | 0.97% | 0.76% | - |
| XYZ | 25.83 | 13 | 19.56 | - |
| YUV | 75.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 122 | 0 | 0.97 | 0.37 | 0.24 | 322.98 | 0.94 | 0.39 |
| Hex | C2 | 6 | 7A | 0 | 61 | 25 | 18 | 143 | 5E | 27 |
| Octal | 302 | 6 | 172 | 0 | 141 | 45 | 30 | 503 | 136 | 47 |
| Binary | 11000010 | 110 | 1111010 | 0 | 1100001 | 100101 | 11000 | 101000011 | 1011110 | 100111 |
Color Harmonies of #C2067A
Complementary color
Monochromatic Colors of #C2067A
Black with #C2067A
Text Example
Text Example
White with #C2067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2067A; }
p { color: rgb(194,6,122); }
H1.HeaderClassName
{
color: #C2067A;
}
.AnyTagClassName
{
color: #C2067A;
}
</style>
background-color css
<style>
a { background-color: #C2067A; }
a { background-color: rgb(194,6,122); }
div.DivClassName
{
background-color: #C2067A;
}
.BgClassName
{
background-color: #C2067A;
}
</style>
border-color css
<style>
span { border-color: #C2067A; }
span { border-color: rgb(194,6,122); }
td.TdClassName
{
border-color: #C2067A;
}
.TagClassName
{
border-color: #C2067A;
}
</style>