Shades of Medium Violet Red #C3189D
Tints of Medium Violet Red #C3189D
RGB
CMYK
RGB Variations
Color information
#C3189D (or 0xC3189D) is known color: Medium Violet Red. HEX triplet: C3, 18 and 9D. RGB value is (195,24,157). Sum of RGB (Red+Green+Blue) = 195+24+157=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3189D is #3CE762. Grayscale: #595959. Windows color (decimal): -3991395 or 10295491. OLE color: 10295491.
HSL color Cylindrical-coordinate representation of color #C3189D: hue angle of 313.33º 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 #C3189D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 313.33º | 0.78% | 0.43% | - |
| HSV(B) | 313.33º | 0.88% | 0.76% | - |
| XYZ | 28.92 | 14.69 | 33.21 | - |
| YUV | 90.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 157 | 0 | 0.88 | 0.19 | 0.24 | 313.33 | 0.78 | 0.43 |
| Hex | C3 | 18 | 9D | 0 | 58 | 13 | 18 | 139 | 4E | 2B |
| Octal | 303 | 30 | 235 | 0 | 130 | 23 | 30 | 471 | 116 | 53 |
| Binary | 11000011 | 11000 | 10011101 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C3189D
Complementary color
Monochromatic Colors of #C3189D
Black with #C3189D
Text Example
Text Example
White with #C3189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3189D; }
p { color: rgb(195,24,157); }
H1.HeaderClassName
{
color: #C3189D;
}
.AnyTagClassName
{
color: #C3189D;
}
</style>
background-color css
<style>
a { background-color: #C3189D; }
a { background-color: rgb(195,24,157); }
div.DivClassName
{
background-color: #C3189D;
}
.BgClassName
{
background-color: #C3189D;
}
</style>
border-color css
<style>
span { border-color: #C3189D; }
span { border-color: rgb(195,24,157); }
td.TdClassName
{
border-color: #C3189D;
}
.TagClassName
{
border-color: #C3189D;
}
</style>