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