Shades of Medium Violet Red #C1027C
Tints of Medium Violet Red #C1027C
RGB
CMYK
RGB Variations
Color information
#C1027C (or 0xC1027C) is known color: Medium Violet Red. HEX triplet: C1, 02 and 7C. RGB value is (193,2,124). Sum of RGB (Red+Green+Blue) = 193+2+124=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1027C is #3EFD83. Grayscale: #484848. Windows color (decimal): -4128132 or 8127169. OLE color: 8127169.
HSL color Cylindrical-coordinate representation of color #C1027C: hue angle of 321.68º 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 #C1027C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.24 |
| HSL | 321.68º | 0.98% | 0.38% | - |
| HSV(B) | 321.68º | 0.99% | 0.76% | - |
| XYZ | 25.65 | 12.84 | 20.19 | - |
| YUV | 73.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 124 | 0 | 0.99 | 0.36 | 0.24 | 321.68 | 0.98 | 0.38 |
| Hex | C1 | 2 | 7C | 0 | 63 | 24 | 18 | 142 | 62 | 26 |
| Octal | 301 | 2 | 174 | 0 | 143 | 44 | 30 | 502 | 142 | 46 |
| Binary | 11000001 | 10 | 1111100 | 0 | 1100011 | 100100 | 11000 | 101000010 | 1100010 | 100110 |
Color Harmonies of #C1027C
Complementary color
Monochromatic Colors of #C1027C
Black with #C1027C
Text Example
Text Example
White with #C1027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1027C; }
p { color: rgb(193,2,124); }
H1.HeaderClassName
{
color: #C1027C;
}
.AnyTagClassName
{
color: #C1027C;
}
</style>
background-color css
<style>
a { background-color: #C1027C; }
a { background-color: rgb(193,2,124); }
div.DivClassName
{
background-color: #C1027C;
}
.BgClassName
{
background-color: #C1027C;
}
</style>
border-color css
<style>
span { border-color: #C1027C; }
span { border-color: rgb(193,2,124); }
td.TdClassName
{
border-color: #C1027C;
}
.TagClassName
{
border-color: #C1027C;
}
</style>