Shades of Medium Violet Red #C1027F
Tints of Medium Violet Red #C1027F
RGB
CMYK
RGB Variations
Color information
#C1027F (or 0xC1027F) is known color: Medium Violet Red. HEX triplet: C1, 02 and 7F. RGB value is (193,2,127). Sum of RGB (Red+Green+Blue) = 193+2+127=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1027F is #3EFD80. Grayscale: #494949. Windows color (decimal): -4128129 or 8323777. OLE color: 8323777.
HSL color Cylindrical-coordinate representation of color #C1027F: hue angle of 320.73º 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 #C1027F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.24 |
| HSL | 320.73º | 0.98% | 0.38% | - |
| HSV(B) | 320.73º | 0.99% | 0.76% | - |
| XYZ | 25.84 | 12.91 | 21.21 | - |
| YUV | 73.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 127 | 0 | 0.99 | 0.34 | 0.24 | 320.73 | 0.98 | 0.38 |
| Hex | C1 | 2 | 7F | 0 | 63 | 22 | 18 | 141 | 62 | 26 |
| Octal | 301 | 2 | 177 | 0 | 143 | 42 | 30 | 501 | 142 | 46 |
| Binary | 11000001 | 10 | 1111111 | 0 | 1100011 | 100010 | 11000 | 101000001 | 1100010 | 100110 |
Color Harmonies of #C1027F
Complementary color
Monochromatic Colors of #C1027F
Black with #C1027F
Text Example
Text Example
White with #C1027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1027F; }
p { color: rgb(193,2,127); }
H1.HeaderClassName
{
color: #C1027F;
}
.AnyTagClassName
{
color: #C1027F;
}
</style>
background-color css
<style>
a { background-color: #C1027F; }
a { background-color: rgb(193,2,127); }
div.DivClassName
{
background-color: #C1027F;
}
.BgClassName
{
background-color: #C1027F;
}
</style>
border-color css
<style>
span { border-color: #C1027F; }
span { border-color: rgb(193,2,127); }
td.TdClassName
{
border-color: #C1027F;
}
.TagClassName
{
border-color: #C1027F;
}
</style>