Shades of Medium Violet Red #C1027A
Tints of Medium Violet Red #C1027A
RGB
CMYK
RGB Variations
Color information
#C1027A (or 0xC1027A) is known color: Medium Violet Red. HEX triplet: C1, 02 and 7A. RGB value is (193,2,122). Sum of RGB (Red+Green+Blue) = 193+2+122=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1027A is #3EFD85. Grayscale: #484848. Windows color (decimal): -4128134 or 7996097. OLE color: 7996097.
HSL color Cylindrical-coordinate representation of color #C1027A: hue angle of 322.3º 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 #C1027A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.24 |
| HSL | 322.3º | 0.98% | 0.38% | - |
| HSV(B) | 322.3º | 0.99% | 0.76% | - |
| XYZ | 25.53 | 12.79 | 19.53 | - |
| YUV | 72.79 | 155.78 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 122 | 0 | 0.99 | 0.37 | 0.24 | 322.3 | 0.98 | 0.38 |
| Hex | C1 | 2 | 7A | 0 | 63 | 25 | 18 | 142 | 62 | 26 |
| Octal | 301 | 2 | 172 | 0 | 143 | 45 | 30 | 502 | 142 | 46 |
| Binary | 11000001 | 10 | 1111010 | 0 | 1100011 | 100101 | 11000 | 101000010 | 1100010 | 100110 |
Color Harmonies of #C1027A
Complementary color
Monochromatic Colors of #C1027A
Black with #C1027A
Text Example
Text Example
White with #C1027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1027A; }
p { color: rgb(193,2,122); }
H1.HeaderClassName
{
color: #C1027A;
}
.AnyTagClassName
{
color: #C1027A;
}
</style>
background-color css
<style>
a { background-color: #C1027A; }
a { background-color: rgb(193,2,122); }
div.DivClassName
{
background-color: #C1027A;
}
.BgClassName
{
background-color: #C1027A;
}
</style>
border-color css
<style>
span { border-color: #C1027A; }
span { border-color: rgb(193,2,122); }
td.TdClassName
{
border-color: #C1027A;
}
.TagClassName
{
border-color: #C1027A;
}
</style>