Shades of Medium Violet Red #C20387
Tints of Medium Violet Red #C20387
RGB
CMYK
RGB Variations
Color information
#C20387 (or 0xC20387) is known color: Medium Violet Red. HEX triplet: C2, 03 and 87. RGB value is (194,3,135). Sum of RGB (Red+Green+Blue) = 194+3+135=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20387 is #3DFC78. Grayscale: #4A4A4A. Windows color (decimal): -4062329 or 8848322. OLE color: 8848322.
HSL color Cylindrical-coordinate representation of color #C20387: hue angle of 318.53º degrees, saturation: 0.97, 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 #C20387 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.24 |
| HSL | 318.53º | 0.97% | 0.39% | - |
| HSV(B) | 318.53º | 0.98% | 0.76% | - |
| XYZ | 26.65 | 13.28 | 24.08 | - |
| YUV | 75.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 135 | 0 | 0.98 | 0.30 | 0.24 | 318.53 | 0.97 | 0.39 |
| Hex | C2 | 3 | 87 | 0 | 62 | 1E | 18 | 13F | 61 | 27 |
| Octal | 302 | 3 | 207 | 0 | 142 | 36 | 30 | 477 | 141 | 47 |
| Binary | 11000010 | 11 | 10000111 | 0 | 1100010 | 11110 | 11000 | 100111111 | 1100001 | 100111 |
Color Harmonies of #C20387
Complementary color
Monochromatic Colors of #C20387
Black with #C20387
Text Example
Text Example
White with #C20387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20387; }
p { color: rgb(194,3,135); }
H1.HeaderClassName
{
color: #C20387;
}
.AnyTagClassName
{
color: #C20387;
}
</style>
background-color css
<style>
a { background-color: #C20387; }
a { background-color: rgb(194,3,135); }
div.DivClassName
{
background-color: #C20387;
}
.BgClassName
{
background-color: #C20387;
}
</style>
border-color css
<style>
span { border-color: #C20387; }
span { border-color: rgb(194,3,135); }
td.TdClassName
{
border-color: #C20387;
}
.TagClassName
{
border-color: #C20387;
}
</style>