Shades of Medium Violet Red #C2008F
Tints of Medium Violet Red #C2008F
RGB
CMYK
RGB Variations
Color information
#C2008F (or 0xC2008F) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8F. RGB value is (194,0,143). Sum of RGB (Red+Green+Blue) = 194+0+143=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008F is #3DFF70. Grayscale: #494949. Windows color (decimal): -4063089 or 9371842. OLE color: 9371842.
HSL color Cylindrical-coordinate representation of color #C2008F: hue angle of 315.77º 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 #C2008F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.26 | 0.24 |
| HSL | 315.77º | 1% | 0.38% | - |
| HSV(B) | 315.77º | 1% | 0.76% | - |
| XYZ | 27.21 | 13.45 | 27.15 | - |
| YUV | 74.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 143 | 0 | 1 | 0.26 | 0.24 | 315.77 | 1 | 0.38 |
| Hex | C2 | 0 | 8F | 0 | 64 | 1A | 18 | 13C | 64 | 26 |
| Octal | 302 | 0 | 217 | 0 | 144 | 32 | 30 | 474 | 144 | 46 |
| Binary | 11000010 | 0 | 10001111 | 0 | 1100100 | 11010 | 11000 | 100111100 | 1100100 | 100110 |
Color Harmonies of #C2008F
Complementary color
Monochromatic Colors of #C2008F
Black with #C2008F
Text Example
Text Example
White with #C2008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2008F; }
p { color: rgb(194,0,143); }
H1.HeaderClassName
{
color: #C2008F;
}
.AnyTagClassName
{
color: #C2008F;
}
</style>
background-color css
<style>
a { background-color: #C2008F; }
a { background-color: rgb(194,0,143); }
div.DivClassName
{
background-color: #C2008F;
}
.BgClassName
{
background-color: #C2008F;
}
</style>
border-color css
<style>
span { border-color: #C2008F; }
span { border-color: rgb(194,0,143); }
td.TdClassName
{
border-color: #C2008F;
}
.TagClassName
{
border-color: #C2008F;
}
</style>