Shades of Medium Violet Red #C1026C
Tints of Medium Violet Red #C1026C
RGB
CMYK
RGB Variations
Color information
#C1026C (or 0xC1026C) is known color: Medium Violet Red. HEX triplet: C1, 02 and 6C. RGB value is (193,2,108). Sum of RGB (Red+Green+Blue) = 193+2+108=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1026C is #3EFD93. Grayscale: #464646. Windows color (decimal): -4128148 or 7078593. OLE color: 7078593.
HSL color Cylindrical-coordinate representation of color #C1026C: hue angle of 326.7º 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 #C1026C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.24 |
| HSL | 326.7º | 0.98% | 0.38% | - |
| HSV(B) | 326.7º | 0.99% | 0.76% | - |
| XYZ | 24.72 | 12.46 | 15.29 | - |
| YUV | 71.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 108 | 0 | 0.99 | 0.44 | 0.24 | 326.7 | 0.98 | 0.38 |
| Hex | C1 | 2 | 6C | 0 | 63 | 2C | 18 | 147 | 62 | 26 |
| Octal | 301 | 2 | 154 | 0 | 143 | 54 | 30 | 507 | 142 | 46 |
| Binary | 11000001 | 10 | 1101100 | 0 | 1100011 | 101100 | 11000 | 101000111 | 1100010 | 100110 |
Color Harmonies of #C1026C
Complementary color
Monochromatic Colors of #C1026C
Black with #C1026C
Text Example
Text Example
White with #C1026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1026C; }
p { color: rgb(193,2,108); }
H1.HeaderClassName
{
color: #C1026C;
}
.AnyTagClassName
{
color: #C1026C;
}
</style>
background-color css
<style>
a { background-color: #C1026C; }
a { background-color: rgb(193,2,108); }
div.DivClassName
{
background-color: #C1026C;
}
.BgClassName
{
background-color: #C1026C;
}
</style>
border-color css
<style>
span { border-color: #C1026C; }
span { border-color: rgb(193,2,108); }
td.TdClassName
{
border-color: #C1026C;
}
.TagClassName
{
border-color: #C1026C;
}
</style>