Shades of Medium Violet Red #C1028A
Tints of Medium Violet Red #C1028A
RGB
CMYK
RGB Variations
Color information
#C1028A (or 0xC1028A) is known color: Medium Violet Red. HEX triplet: C1, 02 and 8A. RGB value is (193,2,138). Sum of RGB (Red+Green+Blue) = 193+2+138=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1028A is #3EFD75. Grayscale: #4A4A4A. Windows color (decimal): -4128118 or 9044673. OLE color: 9044673.
HSL color Cylindrical-coordinate representation of color #C1028A: hue angle of 317.28º 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 #C1028A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.24 |
| HSL | 317.28º | 0.98% | 0.38% | - |
| HSV(B) | 317.28º | 0.99% | 0.76% | - |
| XYZ | 26.6 | 13.22 | 25.19 | - |
| YUV | 74.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 138 | 0 | 0.99 | 0.28 | 0.24 | 317.28 | 0.98 | 0.38 |
| Hex | C1 | 2 | 8A | 0 | 63 | 1C | 18 | 13D | 62 | 26 |
| Octal | 301 | 2 | 212 | 0 | 143 | 34 | 30 | 475 | 142 | 46 |
| Binary | 11000001 | 10 | 10001010 | 0 | 1100011 | 11100 | 11000 | 100111101 | 1100010 | 100110 |
Color Harmonies of #C1028A
Complementary color
Monochromatic Colors of #C1028A
Black with #C1028A
Text Example
Text Example
White with #C1028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1028A; }
p { color: rgb(193,2,138); }
H1.HeaderClassName
{
color: #C1028A;
}
.AnyTagClassName
{
color: #C1028A;
}
</style>
background-color css
<style>
a { background-color: #C1028A; }
a { background-color: rgb(193,2,138); }
div.DivClassName
{
background-color: #C1028A;
}
.BgClassName
{
background-color: #C1028A;
}
</style>
border-color css
<style>
span { border-color: #C1028A; }
span { border-color: rgb(193,2,138); }
td.TdClassName
{
border-color: #C1028A;
}
.TagClassName
{
border-color: #C1028A;
}
</style>