Shades of Medium Violet Red #C3189A
Tints of Medium Violet Red #C3189A
RGB
CMYK
RGB Variations
Color information
#C3189A (or 0xC3189A) is known color: Medium Violet Red. HEX triplet: C3, 18 and 9A. RGB value is (195,24,154). Sum of RGB (Red+Green+Blue) = 195+24+154=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3189A is #3CE765. Grayscale: #595959. Windows color (decimal): -3991398 or 10098883. OLE color: 10098883.
HSL color Cylindrical-coordinate representation of color #C3189A: hue angle of 314.39º 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 #C3189A is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.24 |
| HSL | 314.39º | 0.78% | 0.43% | - |
| HSV(B) | 314.39º | 0.88% | 0.76% | - |
| XYZ | 28.67 | 14.59 | 31.88 | - |
| YUV | 89.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 154 | 0 | 0.88 | 0.21 | 0.24 | 314.39 | 0.78 | 0.43 |
| Hex | C3 | 18 | 9A | 0 | 58 | 15 | 18 | 13A | 4E | 2B |
| Octal | 303 | 30 | 232 | 0 | 130 | 25 | 30 | 472 | 116 | 53 |
| Binary | 11000011 | 11000 | 10011010 | 0 | 1011000 | 10101 | 11000 | 100111010 | 1001110 | 101011 |
Color Harmonies of #C3189A
Complementary color
Monochromatic Colors of #C3189A
Black with #C3189A
Text Example
Text Example
White with #C3189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3189A; }
p { color: rgb(195,24,154); }
H1.HeaderClassName
{
color: #C3189A;
}
.AnyTagClassName
{
color: #C3189A;
}
</style>
background-color css
<style>
a { background-color: #C3189A; }
a { background-color: rgb(195,24,154); }
div.DivClassName
{
background-color: #C3189A;
}
.BgClassName
{
background-color: #C3189A;
}
</style>
border-color css
<style>
span { border-color: #C3189A; }
span { border-color: rgb(195,24,154); }
td.TdClassName
{
border-color: #C3189A;
}
.TagClassName
{
border-color: #C3189A;
}
</style>