Shades of Medium Violet Red #C20B9C
Tints of Medium Violet Red #C20B9C
RGB
CMYK
RGB Variations
Color information
#C20B9C (or 0xC20B9C) is known color: Medium Violet Red. HEX triplet: C2, 0B and 9C. RGB value is (194,11,156). Sum of RGB (Red+Green+Blue) = 194+11+156=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20B9C is #3DF463. Grayscale: #515151. Windows color (decimal): -4060260 or 10226626. OLE color: 10226626.
HSL color Cylindrical-coordinate representation of color #C20B9C: hue angle of 312.46º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B9C is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.24 |
| HSL | 312.46º | 0.89% | 0.4% | - |
| HSV(B) | 312.46º | 0.94% | 0.76% | - |
| XYZ | 28.37 | 14.11 | 32.68 | - |
| YUV | 82.25 | 169.63 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 156 | 0 | 0.94 | 0.20 | 0.24 | 312.46 | 0.89 | 0.4 |
| Hex | C2 | B | 9C | 0 | 5E | 14 | 18 | 138 | 59 | 28 |
| Octal | 302 | 13 | 234 | 0 | 136 | 24 | 30 | 470 | 131 | 50 |
| Binary | 11000010 | 1011 | 10011100 | 0 | 1011110 | 10100 | 11000 | 100111000 | 1011001 | 101000 |
Color Harmonies of #C20B9C
Complementary color
Monochromatic Colors of #C20B9C
Black with #C20B9C
Text Example
Text Example
White with #C20B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B9C; }
p { color: rgb(194,11,156); }
H1.HeaderClassName
{
color: #C20B9C;
}
.AnyTagClassName
{
color: #C20B9C;
}
</style>
background-color css
<style>
a { background-color: #C20B9C; }
a { background-color: rgb(194,11,156); }
div.DivClassName
{
background-color: #C20B9C;
}
.BgClassName
{
background-color: #C20B9C;
}
</style>
border-color css
<style>
span { border-color: #C20B9C; }
span { border-color: rgb(194,11,156); }
td.TdClassName
{
border-color: #C20B9C;
}
.TagClassName
{
border-color: #C20B9C;
}
</style>