Shades of Medium Violet Red #C1206B
Tints of Medium Violet Red #C1206B
RGB
CMYK
RGB Variations
Color information
#C1206B (or 0xC1206B) is known color: Medium Violet Red. HEX triplet: C1, 20 and 6B. RGB value is (193,32,107). Sum of RGB (Red+Green+Blue) = 193+32+107=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C1206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1206B is #3EDF94. Grayscale: #585858. Windows color (decimal): -4120469 or 7020737. OLE color: 7020737.
HSL color Cylindrical-coordinate representation of color #C1206B: hue angle of 332.05º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1206B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.24 |
| HSL | 332.05º | 0.72% | 0.44% | - |
| HSV(B) | 332.05º | 0.83% | 0.76% | - |
| XYZ | 25.16 | 13.43 | 15.18 | - |
| YUV | 88.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 107 | 0 | 0.83 | 0.45 | 0.24 | 332.05 | 0.72 | 0.44 |
| Hex | C1 | 20 | 6B | 0 | 53 | 2D | 18 | 14C | 48 | 2C |
| Octal | 301 | 40 | 153 | 0 | 123 | 55 | 30 | 514 | 110 | 54 |
| Binary | 11000001 | 100000 | 1101011 | 0 | 1010011 | 101101 | 11000 | 101001100 | 1001000 | 101100 |
Color Harmonies of #C1206B
Complementary color
Monochromatic Colors of #C1206B
Black with #C1206B
Text Example
Text Example
White with #C1206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1206B; }
p { color: rgb(193,32,107); }
H1.HeaderClassName
{
color: #C1206B;
}
.AnyTagClassName
{
color: #C1206B;
}
</style>
background-color css
<style>
a { background-color: #C1206B; }
a { background-color: rgb(193,32,107); }
div.DivClassName
{
background-color: #C1206B;
}
.BgClassName
{
background-color: #C1206B;
}
</style>
border-color css
<style>
span { border-color: #C1206B; }
span { border-color: rgb(193,32,107); }
td.TdClassName
{
border-color: #C1206B;
}
.TagClassName
{
border-color: #C1206B;
}
</style>