Shades of Medium Red Violet #C1369B
Tints of Medium Red Violet #C1369B
RGB
CMYK
RGB Variations
Color information
#C1369B (or 0xC1369B) is known color: Medium Red Violet. HEX triplet: C1, 36 and 9B. RGB value is (193,54,155). Sum of RGB (Red+Green+Blue) = 193+54+155=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1369B is #3EC964. Grayscale: #6A6A6A. Windows color (decimal): -4114789 or 10172097. OLE color: 10172097.
HSL color Cylindrical-coordinate representation of color #C1369B: hue angle of 316.4º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1369B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 155 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.24 |
| HSL | 316.4º | 0.56% | 0.48% | - |
| HSV(B) | 316.4º | 0.72% | 0.76% | - |
| XYZ | 29.23 | 16.34 | 32.62 | - |
| YUV | 107.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 155 | 0 | 0.72 | 0.20 | 0.24 | 316.4 | 0.56 | 0.48 |
| Hex | C1 | 36 | 9B | 0 | 48 | 14 | 18 | 13C | 38 | 30 |
| Octal | 301 | 66 | 233 | 0 | 110 | 24 | 30 | 474 | 70 | 60 |
| Binary | 11000001 | 110110 | 10011011 | 0 | 1001000 | 10100 | 11000 | 100111100 | 111000 | 110000 |
Color Harmonies of #C1369B
Complementary color
Monochromatic Colors of #C1369B
Black with #C1369B
Text Example
Text Example
White with #C1369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1369B; }
p { color: rgb(193,54,155); }
H1.HeaderClassName
{
color: #C1369B;
}
.AnyTagClassName
{
color: #C1369B;
}
</style>
background-color css
<style>
a { background-color: #C1369B; }
a { background-color: rgb(193,54,155); }
div.DivClassName
{
background-color: #C1369B;
}
.BgClassName
{
background-color: #C1369B;
}
</style>
border-color css
<style>
span { border-color: #C1369B; }
span { border-color: rgb(193,54,155); }
td.TdClassName
{
border-color: #C1369B;
}
.TagClassName
{
border-color: #C1369B;
}
</style>