Shades of Medium Violet Red #C2008A
Tints of Medium Violet Red #C2008A
RGB
CMYK
RGB Variations
Color information
#C2008A (or 0xC2008A) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8A. RGB value is (194,0,138). Sum of RGB (Red+Green+Blue) = 194+0+138=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008A is #3DFF75. Grayscale: #494949. Windows color (decimal): -4063094 or 9044162. OLE color: 9044162.
HSL color Cylindrical-coordinate representation of color #C2008A: hue angle of 317.32º 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 #C2008A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.29 | 0.24 |
| HSL | 317.32º | 1% | 0.38% | - |
| HSV(B) | 317.32º | 1% | 0.76% | - |
| XYZ | 26.84 | 13.3 | 25.2 | - |
| YUV | 73.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 138 | 0 | 1 | 0.29 | 0.24 | 317.32 | 1 | 0.38 |
| Hex | C2 | 0 | 8A | 0 | 64 | 1D | 18 | 13D | 64 | 26 |
| Octal | 302 | 0 | 212 | 0 | 144 | 35 | 30 | 475 | 144 | 46 |
| Binary | 11000010 | 0 | 10001010 | 0 | 1100100 | 11101 | 11000 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C2008A
Complementary color
Monochromatic Colors of #C2008A
Black with #C2008A
Text Example
Text Example
White with #C2008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2008A; }
p { color: rgb(194,0,138); }
H1.HeaderClassName
{
color: #C2008A;
}
.AnyTagClassName
{
color: #C2008A;
}
</style>
background-color css
<style>
a { background-color: #C2008A; }
a { background-color: rgb(194,0,138); }
div.DivClassName
{
background-color: #C2008A;
}
.BgClassName
{
background-color: #C2008A;
}
</style>
border-color css
<style>
span { border-color: #C2008A; }
span { border-color: rgb(194,0,138); }
td.TdClassName
{
border-color: #C2008A;
}
.TagClassName
{
border-color: #C2008A;
}
</style>