Shades of Medium Violet Red #C20485
Tints of Medium Violet Red #C20485
RGB
CMYK
RGB Variations
Color information
#C20485 (or 0xC20485) is known color: Medium Violet Red. HEX triplet: C2, 04 and 85. RGB value is (194,4,133). Sum of RGB (Red+Green+Blue) = 194+4+133=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20485 is #3DFB7A. Grayscale: #4B4B4B. Windows color (decimal): -4062075 or 8717506. OLE color: 8717506.
HSL color Cylindrical-coordinate representation of color #C20485: hue angle of 319.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20485 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.24 |
| HSL | 319.26º | 0.96% | 0.39% | - |
| HSV(B) | 319.26º | 0.98% | 0.76% | - |
| XYZ | 26.53 | 13.25 | 23.35 | - |
| YUV | 75.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 133 | 0 | 0.98 | 0.31 | 0.24 | 319.26 | 0.96 | 0.39 |
| Hex | C2 | 4 | 85 | 0 | 62 | 1F | 18 | 13F | 60 | 27 |
| Octal | 302 | 4 | 205 | 0 | 142 | 37 | 30 | 477 | 140 | 47 |
| Binary | 11000010 | 100 | 10000101 | 0 | 1100010 | 11111 | 11000 | 100111111 | 1100000 | 100111 |
Color Harmonies of #C20485
Complementary color
Monochromatic Colors of #C20485
Black with #C20485
Text Example
Text Example
White with #C20485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20485; }
p { color: rgb(194,4,133); }
H1.HeaderClassName
{
color: #C20485;
}
.AnyTagClassName
{
color: #C20485;
}
</style>
background-color css
<style>
a { background-color: #C20485; }
a { background-color: rgb(194,4,133); }
div.DivClassName
{
background-color: #C20485;
}
.BgClassName
{
background-color: #C20485;
}
</style>
border-color css
<style>
span { border-color: #C20485; }
span { border-color: rgb(194,4,133); }
td.TdClassName
{
border-color: #C20485;
}
.TagClassName
{
border-color: #C20485;
}
</style>