Shades of Medium Violet Red #C1029B
Tints of Medium Violet Red #C1029B
RGB
CMYK
RGB Variations
Color information
#C1029B (or 0xC1029B) is known color: Medium Violet Red. HEX triplet: C1, 02 and 9B. RGB value is (193,2,155). Sum of RGB (Red+Green+Blue) = 193+2+155=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029B is #3EFD64. Grayscale: #4C4C4C. Windows color (decimal): -4128101 or 10158785. OLE color: 10158785.
HSL color Cylindrical-coordinate representation of color #C1029B: hue angle of 311.94º 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 #C1029B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.24 |
| HSL | 311.94º | 0.98% | 0.38% | - |
| HSV(B) | 311.94º | 0.99% | 0.76% | - |
| XYZ | 27.93 | 13.75 | 32.19 | - |
| YUV | 76.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 155 | 0 | 0.99 | 0.20 | 0.24 | 311.94 | 0.98 | 0.38 |
| Hex | C1 | 2 | 9B | 0 | 63 | 14 | 18 | 138 | 62 | 26 |
| Octal | 301 | 2 | 233 | 0 | 143 | 24 | 30 | 470 | 142 | 46 |
| Binary | 11000001 | 10 | 10011011 | 0 | 1100011 | 10100 | 11000 | 100111000 | 1100010 | 100110 |
Color Harmonies of #C1029B
Complementary color
Monochromatic Colors of #C1029B
Black with #C1029B
Text Example
Text Example
White with #C1029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1029B; }
p { color: rgb(193,2,155); }
H1.HeaderClassName
{
color: #C1029B;
}
.AnyTagClassName
{
color: #C1029B;
}
</style>
background-color css
<style>
a { background-color: #C1029B; }
a { background-color: rgb(193,2,155); }
div.DivClassName
{
background-color: #C1029B;
}
.BgClassName
{
background-color: #C1029B;
}
</style>
border-color css
<style>
span { border-color: #C1029B; }
span { border-color: rgb(193,2,155); }
td.TdClassName
{
border-color: #C1029B;
}
.TagClassName
{
border-color: #C1029B;
}
</style>