Shades of Medium Violet Red #C3098E
Tints of Medium Violet Red #C3098E
RGB
CMYK
RGB Variations
Color information
#C3098E (or 0xC3098E) is known color: Medium Violet Red. HEX triplet: C3, 09 and 8E. RGB value is (195,9,142). Sum of RGB (Red+Green+Blue) = 195+9+142=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3098E is #3CF671. Grayscale: #4F4F4F. Windows color (decimal): -3995250 or 9308611. OLE color: 9308611.
HSL color Cylindrical-coordinate representation of color #C3098E: hue angle of 317.1º 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 #C3098E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.24 |
| HSL | 317.1º | 0.91% | 0.4% | - |
| HSV(B) | 317.1º | 0.95% | 0.76% | - |
| XYZ | 27.49 | 13.75 | 26.8 | - |
| YUV | 79.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 142 | 0 | 0.95 | 0.27 | 0.24 | 317.1 | 0.91 | 0.4 |
| Hex | C3 | 9 | 8E | 0 | 5F | 1B | 18 | 13D | 5B | 28 |
| Octal | 303 | 11 | 216 | 0 | 137 | 33 | 30 | 475 | 133 | 50 |
| Binary | 11000011 | 1001 | 10001110 | 0 | 1011111 | 11011 | 11000 | 100111101 | 1011011 | 101000 |
Color Harmonies of #C3098E
Complementary color
Monochromatic Colors of #C3098E
Black with #C3098E
Text Example
Text Example
White with #C3098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3098E; }
p { color: rgb(195,9,142); }
H1.HeaderClassName
{
color: #C3098E;
}
.AnyTagClassName
{
color: #C3098E;
}
</style>
background-color css
<style>
a { background-color: #C3098E; }
a { background-color: rgb(195,9,142); }
div.DivClassName
{
background-color: #C3098E;
}
.BgClassName
{
background-color: #C3098E;
}
</style>
border-color css
<style>
span { border-color: #C3098E; }
span { border-color: rgb(195,9,142); }
td.TdClassName
{
border-color: #C3098E;
}
.TagClassName
{
border-color: #C3098E;
}
</style>