Shades of Medium Violet Red #C2189D
Tints of Medium Violet Red #C2189D
RGB
CMYK
RGB Variations
Color information
#C2189D (or 0xC2189D) is known color: Medium Violet Red. HEX triplet: C2, 18 and 9D. RGB value is (194,24,157). Sum of RGB (Red+Green+Blue) = 194+24+157=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2189D is #3DE762. Grayscale: #595959. Windows color (decimal): -4056931 or 10295490. OLE color: 10295490.
HSL color Cylindrical-coordinate representation of color #C2189D: hue angle of 313.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 #C2189D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 313.06º | 0.78% | 0.43% | - |
| HSV(B) | 313.06º | 0.88% | 0.76% | - |
| XYZ | 28.66 | 14.56 | 33.2 | - |
| YUV | 89.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 157 | 0 | 0.88 | 0.19 | 0.24 | 313.06 | 0.78 | 0.43 |
| Hex | C2 | 18 | 9D | 0 | 58 | 13 | 18 | 139 | 4E | 2B |
| Octal | 302 | 30 | 235 | 0 | 130 | 23 | 30 | 471 | 116 | 53 |
| Binary | 11000010 | 11000 | 10011101 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C2189D
Complementary color
Monochromatic Colors of #C2189D
Black with #C2189D
Text Example
Text Example
White with #C2189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2189D; }
p { color: rgb(194,24,157); }
H1.HeaderClassName
{
color: #C2189D;
}
.AnyTagClassName
{
color: #C2189D;
}
</style>
background-color css
<style>
a { background-color: #C2189D; }
a { background-color: rgb(194,24,157); }
div.DivClassName
{
background-color: #C2189D;
}
.BgClassName
{
background-color: #C2189D;
}
</style>
border-color css
<style>
span { border-color: #C2189D; }
span { border-color: rgb(194,24,157); }
td.TdClassName
{
border-color: #C2189D;
}
.TagClassName
{
border-color: #C2189D;
}
</style>