Shades of Medium Violet Red #C2188F
Tints of Medium Violet Red #C2188F
RGB
CMYK
RGB Variations
Color information
#C2188F (or 0xC2188F) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8F. RGB value is (194,24,143). Sum of RGB (Red+Green+Blue) = 194+24+143=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188F is #3DE770. Grayscale: #585858. Windows color (decimal): -4056945 or 9377986. OLE color: 9377986.
HSL color Cylindrical-coordinate representation of color #C2188F: hue angle of 318º 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 #C2188F is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 143 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.24 |
| HSL | 318º | 0.78% | 0.43% | - |
| HSV(B) | 318º | 0.88% | 0.76% | - |
| XYZ | 27.53 | 14.11 | 27.26 | - |
| YUV | 88.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 143 | 0 | 0.88 | 0.26 | 0.24 | 318 | 0.78 | 0.43 |
| Hex | C2 | 18 | 8F | 0 | 58 | 1A | 18 | 13E | 4E | 2B |
| Octal | 302 | 30 | 217 | 0 | 130 | 32 | 30 | 476 | 116 | 53 |
| Binary | 11000010 | 11000 | 10001111 | 0 | 1011000 | 11010 | 11000 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C2188F
Complementary color
Monochromatic Colors of #C2188F
Black with #C2188F
Text Example
Text Example
White with #C2188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2188F; }
p { color: rgb(194,24,143); }
H1.HeaderClassName
{
color: #C2188F;
}
.AnyTagClassName
{
color: #C2188F;
}
</style>
background-color css
<style>
a { background-color: #C2188F; }
a { background-color: rgb(194,24,143); }
div.DivClassName
{
background-color: #C2188F;
}
.BgClassName
{
background-color: #C2188F;
}
</style>
border-color css
<style>
span { border-color: #C2188F; }
span { border-color: rgb(194,24,143); }
td.TdClassName
{
border-color: #C2188F;
}
.TagClassName
{
border-color: #C2188F;
}
</style>