Shades of Medium Violet Red #C1048F
Tints of Medium Violet Red #C1048F
RGB
CMYK
RGB Variations
Color information
#C1048F (or 0xC1048F) is known color: Medium Violet Red. HEX triplet: C1, 04 and 8F. RGB value is (193,4,143). Sum of RGB (Red+Green+Blue) = 193+4+143=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1048F is #3EFB70. Grayscale: #4B4B4B. Windows color (decimal): -4127601 or 9372865. OLE color: 9372865.
HSL color Cylindrical-coordinate representation of color #C1048F: hue angle of 315.87º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1048F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.24 |
| HSL | 315.87º | 0.96% | 0.39% | - |
| HSV(B) | 315.87º | 0.98% | 0.76% | - |
| XYZ | 26.99 | 13.41 | 27.15 | - |
| YUV | 76.36 | 165.62 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 143 | 0 | 0.98 | 0.26 | 0.24 | 315.87 | 0.96 | 0.39 |
| Hex | C1 | 4 | 8F | 0 | 62 | 1A | 18 | 13C | 60 | 27 |
| Octal | 301 | 4 | 217 | 0 | 142 | 32 | 30 | 474 | 140 | 47 |
| Binary | 11000001 | 100 | 10001111 | 0 | 1100010 | 11010 | 11000 | 100111100 | 1100000 | 100111 |
Color Harmonies of #C1048F
Complementary color
Monochromatic Colors of #C1048F
Black with #C1048F
Text Example
Text Example
White with #C1048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1048F; }
p { color: rgb(193,4,143); }
H1.HeaderClassName
{
color: #C1048F;
}
.AnyTagClassName
{
color: #C1048F;
}
</style>
background-color css
<style>
a { background-color: #C1048F; }
a { background-color: rgb(193,4,143); }
div.DivClassName
{
background-color: #C1048F;
}
.BgClassName
{
background-color: #C1048F;
}
</style>
border-color css
<style>
span { border-color: #C1048F; }
span { border-color: rgb(193,4,143); }
td.TdClassName
{
border-color: #C1048F;
}
.TagClassName
{
border-color: #C1048F;
}
</style>