Shades of Medium Violet Red #C3096B
Tints of Medium Violet Red #C3096B
RGB
CMYK
RGB Variations
Color information
#C3096B (or 0xC3096B) is known color: Medium Violet Red. HEX triplet: C3, 09 and 6B. RGB value is (195,9,107). Sum of RGB (Red+Green+Blue) = 195+9+107=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3096B is #3CF694. Grayscale: #4B4B4B. Windows color (decimal): -3995285 or 7014851. OLE color: 7014851.
HSL color Cylindrical-coordinate representation of color #C3096B: hue angle of 328.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3096B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.24 |
| HSL | 328.39º | 0.91% | 0.4% | - |
| HSV(B) | 328.39º | 0.95% | 0.76% | - |
| XYZ | 25.26 | 12.86 | 15.06 | - |
| YUV | 75.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 107 | 0 | 0.95 | 0.45 | 0.24 | 328.39 | 0.91 | 0.4 |
| Hex | C3 | 9 | 6B | 0 | 5F | 2D | 18 | 148 | 5B | 28 |
| Octal | 303 | 11 | 153 | 0 | 137 | 55 | 30 | 510 | 133 | 50 |
| Binary | 11000011 | 1001 | 1101011 | 0 | 1011111 | 101101 | 11000 | 101001000 | 1011011 | 101000 |
Color Harmonies of #C3096B
Complementary color
Monochromatic Colors of #C3096B
Black with #C3096B
Text Example
Text Example
White with #C3096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3096B; }
p { color: rgb(195,9,107); }
H1.HeaderClassName
{
color: #C3096B;
}
.AnyTagClassName
{
color: #C3096B;
}
</style>
background-color css
<style>
a { background-color: #C3096B; }
a { background-color: rgb(195,9,107); }
div.DivClassName
{
background-color: #C3096B;
}
.BgClassName
{
background-color: #C3096B;
}
</style>
border-color css
<style>
span { border-color: #C3096B; }
span { border-color: rgb(195,9,107); }
td.TdClassName
{
border-color: #C3096B;
}
.TagClassName
{
border-color: #C3096B;
}
</style>