Shades of Medium Violet Red #C1019D
Tints of Medium Violet Red #C1019D
RGB
CMYK
RGB Variations
Color information
#C1019D (or 0xC1019D) is known color: Medium Violet Red. HEX triplet: C1, 01 and 9D. RGB value is (193,1,157). Sum of RGB (Red+Green+Blue) = 193+1+157=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1019D is #3EFE62. Grayscale: #4B4B4B. Windows color (decimal): -4128355 or 10289601. OLE color: 10289601.
HSL color Cylindrical-coordinate representation of color #C1019D: hue angle of 311.25º degrees, saturation: 0.99, 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 #C1019D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.24 |
| HSL | 311.25º | 0.99% | 0.38% | - |
| HSV(B) | 311.25º | 0.99% | 0.76% | - |
| XYZ | 28.09 | 13.79 | 33.08 | - |
| YUV | 76.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 157 | 0 | 0.99 | 0.19 | 0.24 | 311.25 | 0.99 | 0.38 |
| Hex | C1 | 1 | 9D | 0 | 63 | 13 | 18 | 137 | 63 | 26 |
| Octal | 301 | 1 | 235 | 0 | 143 | 23 | 30 | 467 | 143 | 46 |
| Binary | 11000001 | 1 | 10011101 | 0 | 1100011 | 10011 | 11000 | 100110111 | 1100011 | 100110 |
Color Harmonies of #C1019D
Complementary color
Monochromatic Colors of #C1019D
Black with #C1019D
Text Example
Text Example
White with #C1019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1019D; }
p { color: rgb(193,1,157); }
H1.HeaderClassName
{
color: #C1019D;
}
.AnyTagClassName
{
color: #C1019D;
}
</style>
background-color css
<style>
a { background-color: #C1019D; }
a { background-color: rgb(193,1,157); }
div.DivClassName
{
background-color: #C1019D;
}
.BgClassName
{
background-color: #C1019D;
}
</style>
border-color css
<style>
span { border-color: #C1019D; }
span { border-color: rgb(193,1,157); }
td.TdClassName
{
border-color: #C1019D;
}
.TagClassName
{
border-color: #C1019D;
}
</style>