Shades of Medium Red Violet #C1287B
Tints of Medium Red Violet #C1287B
RGB
CMYK
RGB Variations
Color information
#C1287B (or 0xC1287B) is known color: Medium Red Violet. HEX triplet: C1, 28 and 7B. RGB value is (193,40,123). Sum of RGB (Red+Green+Blue) = 193+40+123=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1287B is #3ED784. Grayscale: #5F5F5F. Windows color (decimal): -4118405 or 8071361. OLE color: 8071361.
HSL color Cylindrical-coordinate representation of color #C1287B: hue angle of 327.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1287B is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 123 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.24 |
| HSL | 327.45º | 0.66% | 0.46% | - |
| HSV(B) | 327.45º | 0.79% | 0.76% | - |
| XYZ | 26.33 | 14.29 | 20.11 | - |
| YUV | 95.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 123 | 0 | 0.79 | 0.36 | 0.24 | 327.45 | 0.66 | 0.46 |
| Hex | C1 | 28 | 7B | 0 | 4F | 24 | 18 | 147 | 42 | 2E |
| Octal | 301 | 50 | 173 | 0 | 117 | 44 | 30 | 507 | 102 | 56 |
| Binary | 11000001 | 101000 | 1111011 | 0 | 1001111 | 100100 | 11000 | 101000111 | 1000010 | 101110 |
Color Harmonies of #C1287B
Complementary color
Monochromatic Colors of #C1287B
Black with #C1287B
Text Example
Text Example
White with #C1287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1287B; }
p { color: rgb(193,40,123); }
H1.HeaderClassName
{
color: #C1287B;
}
.AnyTagClassName
{
color: #C1287B;
}
</style>
background-color css
<style>
a { background-color: #C1287B; }
a { background-color: rgb(193,40,123); }
div.DivClassName
{
background-color: #C1287B;
}
.BgClassName
{
background-color: #C1287B;
}
</style>
border-color css
<style>
span { border-color: #C1287B; }
span { border-color: rgb(193,40,123); }
td.TdClassName
{
border-color: #C1287B;
}
.TagClassName
{
border-color: #C1287B;
}
</style>