Shades of Medium Violet Red #C3169A
Tints of Medium Violet Red #C3169A
RGB
CMYK
RGB Variations
Color information
#C3169A (or 0xC3169A) is known color: Medium Violet Red. HEX triplet: C3, 16 and 9A. RGB value is (195,22,154). Sum of RGB (Red+Green+Blue) = 195+22+154=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3169A is #3CE965. Grayscale: #585858. Windows color (decimal): -3991910 or 10098371. OLE color: 10098371.
HSL color Cylindrical-coordinate representation of color #C3169A: hue angle of 314.22º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3169A is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.24 |
| HSL | 314.22º | 0.8% | 0.43% | - |
| HSV(B) | 314.22º | 0.89% | 0.76% | - |
| XYZ | 28.63 | 14.51 | 31.86 | - |
| YUV | 88.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 154 | 0 | 0.89 | 0.21 | 0.24 | 314.22 | 0.8 | 0.43 |
| Hex | C3 | 16 | 9A | 0 | 59 | 15 | 18 | 13A | 50 | 2B |
| Octal | 303 | 26 | 232 | 0 | 131 | 25 | 30 | 472 | 120 | 53 |
| Binary | 11000011 | 10110 | 10011010 | 0 | 1011001 | 10101 | 11000 | 100111010 | 1010000 | 101011 |
Color Harmonies of #C3169A
Complementary color
Monochromatic Colors of #C3169A
Black with #C3169A
Text Example
Text Example
White with #C3169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3169A; }
p { color: rgb(195,22,154); }
H1.HeaderClassName
{
color: #C3169A;
}
.AnyTagClassName
{
color: #C3169A;
}
</style>
background-color css
<style>
a { background-color: #C3169A; }
a { background-color: rgb(195,22,154); }
div.DivClassName
{
background-color: #C3169A;
}
.BgClassName
{
background-color: #C3169A;
}
</style>
border-color css
<style>
span { border-color: #C3169A; }
span { border-color: rgb(195,22,154); }
td.TdClassName
{
border-color: #C3169A;
}
.TagClassName
{
border-color: #C3169A;
}
</style>