Shades of Medium Violet Red #C3189C
Tints of Medium Violet Red #C3189C
RGB
CMYK
RGB Variations
Color information
#C3189C (or 0xC3189C) is known color: Medium Violet Red. HEX triplet: C3, 18 and 9C. RGB value is (195,24,156). Sum of RGB (Red+Green+Blue) = 195+24+156=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3189C is #3CE763. Grayscale: #595959. Windows color (decimal): -3991396 or 10229955. OLE color: 10229955.
HSL color Cylindrical-coordinate representation of color #C3189C: hue angle of 313.68º 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 #C3189C is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.24 |
| HSL | 313.68º | 0.78% | 0.43% | - |
| HSV(B) | 313.68º | 0.88% | 0.76% | - |
| XYZ | 28.83 | 14.66 | 32.76 | - |
| YUV | 90.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 156 | 0 | 0.88 | 0.20 | 0.24 | 313.68 | 0.78 | 0.43 |
| Hex | C3 | 18 | 9C | 0 | 58 | 14 | 18 | 13A | 4E | 2B |
| Octal | 303 | 30 | 234 | 0 | 130 | 24 | 30 | 472 | 116 | 53 |
| Binary | 11000011 | 11000 | 10011100 | 0 | 1011000 | 10100 | 11000 | 100111010 | 1001110 | 101011 |
Color Harmonies of #C3189C
Complementary color
Monochromatic Colors of #C3189C
Black with #C3189C
Text Example
Text Example
White with #C3189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3189C; }
p { color: rgb(195,24,156); }
H1.HeaderClassName
{
color: #C3189C;
}
.AnyTagClassName
{
color: #C3189C;
}
</style>
background-color css
<style>
a { background-color: #C3189C; }
a { background-color: rgb(195,24,156); }
div.DivClassName
{
background-color: #C3189C;
}
.BgClassName
{
background-color: #C3189C;
}
</style>
border-color css
<style>
span { border-color: #C3189C; }
span { border-color: rgb(195,24,156); }
td.TdClassName
{
border-color: #C3189C;
}
.TagClassName
{
border-color: #C3189C;
}
</style>