Shades of Medium Violet Red #C2189C
Tints of Medium Violet Red #C2189C
RGB
CMYK
RGB Variations
Color information
#C2189C (or 0xC2189C) is known color: Medium Violet Red. HEX triplet: C2, 18 and 9C. RGB value is (194,24,156). Sum of RGB (Red+Green+Blue) = 194+24+156=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2189C is #3DE763. Grayscale: #595959. Windows color (decimal): -4056932 or 10229954. OLE color: 10229954.
HSL color Cylindrical-coordinate representation of color #C2189C: hue angle of 313.41º 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 #C2189C is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.24 |
| HSL | 313.41º | 0.78% | 0.43% | - |
| HSV(B) | 313.41º | 0.88% | 0.76% | - |
| XYZ | 28.58 | 14.52 | 32.75 | - |
| YUV | 89.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 156 | 0 | 0.88 | 0.20 | 0.24 | 313.41 | 0.78 | 0.43 |
| Hex | C2 | 18 | 9C | 0 | 58 | 14 | 18 | 139 | 4E | 2B |
| Octal | 302 | 30 | 234 | 0 | 130 | 24 | 30 | 471 | 116 | 53 |
| Binary | 11000010 | 11000 | 10011100 | 0 | 1011000 | 10100 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C2189C
Complementary color
Monochromatic Colors of #C2189C
Black with #C2189C
Text Example
Text Example
White with #C2189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2189C; }
p { color: rgb(194,24,156); }
H1.HeaderClassName
{
color: #C2189C;
}
.AnyTagClassName
{
color: #C2189C;
}
</style>
background-color css
<style>
a { background-color: #C2189C; }
a { background-color: rgb(194,24,156); }
div.DivClassName
{
background-color: #C2189C;
}
.BgClassName
{
background-color: #C2189C;
}
</style>
border-color css
<style>
span { border-color: #C2189C; }
span { border-color: rgb(194,24,156); }
td.TdClassName
{
border-color: #C2189C;
}
.TagClassName
{
border-color: #C2189C;
}
</style>