Shades of Medium Red Violet #C1307B
Tints of Medium Red Violet #C1307B
RGB
CMYK
RGB Variations
Color information
#C1307B (or 0xC1307B) is known color: Medium Red Violet. HEX triplet: C1, 30 and 7B. RGB value is (193,48,123). Sum of RGB (Red+Green+Blue) = 193+48+123=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1307B is #3ECF84. Grayscale: #636363. Windows color (decimal): -4116357 or 8073409. OLE color: 8073409.
HSL color Cylindrical-coordinate representation of color #C1307B: hue angle of 328.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1307B is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 123 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.24 |
| HSL | 328.97º | 0.6% | 0.47% | - |
| HSV(B) | 328.97º | 0.75% | 0.76% | - |
| XYZ | 26.62 | 14.88 | 20.21 | - |
| YUV | 99.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 123 | 0 | 0.75 | 0.36 | 0.24 | 328.97 | 0.6 | 0.47 |
| Hex | C1 | 30 | 7B | 0 | 4B | 24 | 18 | 149 | 3C | 2F |
| Octal | 301 | 60 | 173 | 0 | 113 | 44 | 30 | 511 | 74 | 57 |
| Binary | 11000001 | 110000 | 1111011 | 0 | 1001011 | 100100 | 11000 | 101001001 | 111100 | 101111 |
Color Harmonies of #C1307B
Complementary color
Monochromatic Colors of #C1307B
Black with #C1307B
Text Example
Text Example
White with #C1307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1307B; }
p { color: rgb(193,48,123); }
H1.HeaderClassName
{
color: #C1307B;
}
.AnyTagClassName
{
color: #C1307B;
}
</style>
background-color css
<style>
a { background-color: #C1307B; }
a { background-color: rgb(193,48,123); }
div.DivClassName
{
background-color: #C1307B;
}
.BgClassName
{
background-color: #C1307B;
}
</style>
border-color css
<style>
span { border-color: #C1307B; }
span { border-color: rgb(193,48,123); }
td.TdClassName
{
border-color: #C1307B;
}
.TagClassName
{
border-color: #C1307B;
}
</style>