Shades of Medium Violet Red #C20285
Tints of Medium Violet Red #C20285
RGB
CMYK
RGB Variations
Color information
#C20285 (or 0xC20285) is known color: Medium Violet Red. HEX triplet: C2, 02 and 85. RGB value is (194,2,133). Sum of RGB (Red+Green+Blue) = 194+2+133=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20285 is #3DFD7A. Grayscale: #4A4A4A. Windows color (decimal): -4062587 or 8716994. OLE color: 8716994.
HSL color Cylindrical-coordinate representation of color #C20285: hue angle of 319.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20285 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.24 |
| HSL | 319.06º | 0.98% | 0.38% | - |
| HSV(B) | 319.06º | 0.99% | 0.76% | - |
| XYZ | 26.5 | 13.21 | 23.34 | - |
| YUV | 74.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 133 | 0 | 0.99 | 0.31 | 0.24 | 319.06 | 0.98 | 0.38 |
| Hex | C2 | 2 | 85 | 0 | 63 | 1F | 18 | 13F | 62 | 26 |
| Octal | 302 | 2 | 205 | 0 | 143 | 37 | 30 | 477 | 142 | 46 |
| Binary | 11000010 | 10 | 10000101 | 0 | 1100011 | 11111 | 11000 | 100111111 | 1100010 | 100110 |
Color Harmonies of #C20285
Complementary color
Monochromatic Colors of #C20285
Black with #C20285
Text Example
Text Example
White with #C20285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20285; }
p { color: rgb(194,2,133); }
H1.HeaderClassName
{
color: #C20285;
}
.AnyTagClassName
{
color: #C20285;
}
</style>
background-color css
<style>
a { background-color: #C20285; }
a { background-color: rgb(194,2,133); }
div.DivClassName
{
background-color: #C20285;
}
.BgClassName
{
background-color: #C20285;
}
</style>
border-color css
<style>
span { border-color: #C20285; }
span { border-color: rgb(194,2,133); }
td.TdClassName
{
border-color: #C20285;
}
.TagClassName
{
border-color: #C20285;
}
</style>