Shades of Medium Violet Red #C2187B
Tints of Medium Violet Red #C2187B
RGB
CMYK
RGB Variations
Color information
#C2187B (or 0xC2187B) is known color: Medium Violet Red. HEX triplet: C2, 18 and 7B. RGB value is (194,24,123). Sum of RGB (Red+Green+Blue) = 194+24+123=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2187B is #3DE784. Grayscale: #555555. Windows color (decimal): -4056965 or 8067266. OLE color: 8067266.
HSL color Cylindrical-coordinate representation of color #C2187B: hue angle of 325.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2187B is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 123 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.24 |
| HSL | 325.06º | 0.78% | 0.43% | - |
| HSV(B) | 325.06º | 0.88% | 0.76% | - |
| XYZ | 26.15 | 13.55 | 19.98 | - |
| YUV | 86.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 123 | 0 | 0.88 | 0.37 | 0.24 | 325.06 | 0.78 | 0.43 |
| Hex | C2 | 18 | 7B | 0 | 58 | 25 | 18 | 145 | 4E | 2B |
| Octal | 302 | 30 | 173 | 0 | 130 | 45 | 30 | 505 | 116 | 53 |
| Binary | 11000010 | 11000 | 1111011 | 0 | 1011000 | 100101 | 11000 | 101000101 | 1001110 | 101011 |
Color Harmonies of #C2187B
Complementary color
Monochromatic Colors of #C2187B
Black with #C2187B
Text Example
Text Example
White with #C2187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2187B; }
p { color: rgb(194,24,123); }
H1.HeaderClassName
{
color: #C2187B;
}
.AnyTagClassName
{
color: #C2187B;
}
</style>
background-color css
<style>
a { background-color: #C2187B; }
a { background-color: rgb(194,24,123); }
div.DivClassName
{
background-color: #C2187B;
}
.BgClassName
{
background-color: #C2187B;
}
</style>
border-color css
<style>
span { border-color: #C2187B; }
span { border-color: rgb(194,24,123); }
td.TdClassName
{
border-color: #C2187B;
}
.TagClassName
{
border-color: #C2187B;
}
</style>