Shades of Medium Violet Red #C2009B
Tints of Medium Violet Red #C2009B
RGB
CMYK
RGB Variations
Color information
#C2009B (or 0xC2009B) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9B. RGB value is (194,0,155). Sum of RGB (Red+Green+Blue) = 194+0+155=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009B is #3DFF64. Grayscale: #4B4B4B. Windows color (decimal): -4063077 or 10158274. OLE color: 10158274.
HSL color Cylindrical-coordinate representation of color #C2009B: hue angle of 312.06º 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 #C2009B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.20 | 0.24 |
| HSL | 312.06º | 1% | 0.38% | - |
| HSV(B) | 312.06º | 1% | 0.76% | - |
| XYZ | 28.16 | 13.84 | 32.2 | - |
| YUV | 75.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 155 | 0 | 1 | 0.20 | 0.24 | 312.06 | 1 | 0.38 |
| Hex | C2 | 0 | 9B | 0 | 64 | 14 | 18 | 138 | 64 | 26 |
| Octal | 302 | 0 | 233 | 0 | 144 | 24 | 30 | 470 | 144 | 46 |
| Binary | 11000010 | 0 | 10011011 | 0 | 1100100 | 10100 | 11000 | 100111000 | 1100100 | 100110 |
Color Harmonies of #C2009B
Complementary color
Monochromatic Colors of #C2009B
Black with #C2009B
Text Example
Text Example
White with #C2009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2009B; }
p { color: rgb(194,0,155); }
H1.HeaderClassName
{
color: #C2009B;
}
.AnyTagClassName
{
color: #C2009B;
}
</style>
background-color css
<style>
a { background-color: #C2009B; }
a { background-color: rgb(194,0,155); }
div.DivClassName
{
background-color: #C2009B;
}
.BgClassName
{
background-color: #C2009B;
}
</style>
border-color css
<style>
span { border-color: #C2009B; }
span { border-color: rgb(194,0,155); }
td.TdClassName
{
border-color: #C2009B;
}
.TagClassName
{
border-color: #C2009B;
}
</style>