Shades of Medium Violet Red #C2008B
Tints of Medium Violet Red #C2008B
RGB
CMYK
RGB Variations
Color information
#C2008B (or 0xC2008B) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8B. RGB value is (194,0,139). Sum of RGB (Red+Green+Blue) = 194+0+139=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008B is #3DFF74. Grayscale: #494949. Windows color (decimal): -4063093 or 9109698. OLE color: 9109698.
HSL color Cylindrical-coordinate representation of color #C2008B: hue angle of 317.01º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2008B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.28 | 0.24 |
| HSL | 317.01º | 1% | 0.38% | - |
| HSV(B) | 317.01º | 1% | 0.76% | - |
| XYZ | 26.91 | 13.33 | 25.58 | - |
| YUV | 73.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 139 | 0 | 1 | 0.28 | 0.24 | 317.01 | 1 | 0.38 |
| Hex | C2 | 0 | 8B | 0 | 64 | 1C | 18 | 13D | 64 | 26 |
| Octal | 302 | 0 | 213 | 0 | 144 | 34 | 30 | 475 | 144 | 46 |
| Binary | 11000010 | 0 | 10001011 | 0 | 1100100 | 11100 | 11000 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C2008B
Complementary color
Monochromatic Colors of #C2008B
Black with #C2008B
Text Example
Text Example
White with #C2008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2008B; }
p { color: rgb(194,0,139); }
H1.HeaderClassName
{
color: #C2008B;
}
.AnyTagClassName
{
color: #C2008B;
}
</style>
background-color css
<style>
a { background-color: #C2008B; }
a { background-color: rgb(194,0,139); }
div.DivClassName
{
background-color: #C2008B;
}
.BgClassName
{
background-color: #C2008B;
}
</style>
border-color css
<style>
span { border-color: #C2008B; }
span { border-color: rgb(194,0,139); }
td.TdClassName
{
border-color: #C2008B;
}
.TagClassName
{
border-color: #C2008B;
}
</style>