Shades of Medium Violet Red #C2187F
Tints of Medium Violet Red #C2187F
RGB
CMYK
RGB Variations
Color information
#C2187F (or 0xC2187F) is known color: Medium Violet Red. HEX triplet: C2, 18 and 7F. RGB value is (194,24,127). Sum of RGB (Red+Green+Blue) = 194+24+127=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2187F is #3DE780. Grayscale: #565656. Windows color (decimal): -4056961 or 8329410. OLE color: 8329410.
HSL color Cylindrical-coordinate representation of color #C2187F: hue angle of 323.65º 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 #C2187F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 127 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.24 |
| HSL | 323.65º | 0.78% | 0.43% | - |
| HSV(B) | 323.65º | 0.88% | 0.76% | - |
| XYZ | 26.41 | 13.65 | 21.32 | - |
| YUV | 86.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 127 | 0 | 0.88 | 0.35 | 0.24 | 323.65 | 0.78 | 0.43 |
| Hex | C2 | 18 | 7F | 0 | 58 | 23 | 18 | 144 | 4E | 2B |
| Octal | 302 | 30 | 177 | 0 | 130 | 43 | 30 | 504 | 116 | 53 |
| Binary | 11000010 | 11000 | 1111111 | 0 | 1011000 | 100011 | 11000 | 101000100 | 1001110 | 101011 |
Color Harmonies of #C2187F
Complementary color
Monochromatic Colors of #C2187F
Black with #C2187F
Text Example
Text Example
White with #C2187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2187F; }
p { color: rgb(194,24,127); }
H1.HeaderClassName
{
color: #C2187F;
}
.AnyTagClassName
{
color: #C2187F;
}
</style>
background-color css
<style>
a { background-color: #C2187F; }
a { background-color: rgb(194,24,127); }
div.DivClassName
{
background-color: #C2187F;
}
.BgClassName
{
background-color: #C2187F;
}
</style>
border-color css
<style>
span { border-color: #C2187F; }
span { border-color: rgb(194,24,127); }
td.TdClassName
{
border-color: #C2187F;
}
.TagClassName
{
border-color: #C2187F;
}
</style>