Shades of Medium Violet Red #C3097E
Tints of Medium Violet Red #C3097E
RGB
CMYK
RGB Variations
Color information
#C3097E (or 0xC3097E) is known color: Medium Violet Red. HEX triplet: C3, 09 and 7E. RGB value is (195,9,126). Sum of RGB (Red+Green+Blue) = 195+9+126=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3097E is #3CF681. Grayscale: #4D4D4D. Windows color (decimal): -3995266 or 8260035. OLE color: 8260035.
HSL color Cylindrical-coordinate representation of color #C3097E: hue angle of 322.26º 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 #C3097E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.24 |
| HSL | 322.26º | 0.91% | 0.4% | - |
| HSV(B) | 322.26º | 0.95% | 0.76% | - |
| XYZ | 26.37 | 13.3 | 20.92 | - |
| YUV | 77.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 126 | 0 | 0.95 | 0.35 | 0.24 | 322.26 | 0.91 | 0.4 |
| Hex | C3 | 9 | 7E | 0 | 5F | 23 | 18 | 142 | 5B | 28 |
| Octal | 303 | 11 | 176 | 0 | 137 | 43 | 30 | 502 | 133 | 50 |
| Binary | 11000011 | 1001 | 1111110 | 0 | 1011111 | 100011 | 11000 | 101000010 | 1011011 | 101000 |
Color Harmonies of #C3097E
Complementary color
Monochromatic Colors of #C3097E
Black with #C3097E
Text Example
Text Example
White with #C3097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3097E; }
p { color: rgb(195,9,126); }
H1.HeaderClassName
{
color: #C3097E;
}
.AnyTagClassName
{
color: #C3097E;
}
</style>
background-color css
<style>
a { background-color: #C3097E; }
a { background-color: rgb(195,9,126); }
div.DivClassName
{
background-color: #C3097E;
}
.BgClassName
{
background-color: #C3097E;
}
</style>
border-color css
<style>
span { border-color: #C3097E; }
span { border-color: rgb(195,9,126); }
td.TdClassName
{
border-color: #C3097E;
}
.TagClassName
{
border-color: #C3097E;
}
</style>