Shades of Medium Violet Red #C3009E
Tints of Medium Violet Red #C3009E
RGB
CMYK
RGB Variations
Color information
#C3009E (or 0xC3009E) is known color: Medium Violet Red. HEX triplet: C3, 00 and 9E. RGB value is (195,0,158). Sum of RGB (Red+Green+Blue) = 195+0+158=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3009E is #3CFF61. Grayscale: #4B4B4B. Windows color (decimal): -3997538 or 10354883. OLE color: 10354883.
HSL color Cylindrical-coordinate representation of color #C3009E: hue angle of 311.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3009E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.19 | 0.24 |
| HSL | 311.38º | 1% | 0.38% | - |
| HSV(B) | 311.38º | 1% | 0.76% | - |
| XYZ | 28.68 | 14.07 | 33.55 | - |
| YUV | 76.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 158 | 0 | 1 | 0.19 | 0.24 | 311.38 | 1 | 0.38 |
| Hex | C3 | 0 | 9E | 0 | 64 | 13 | 18 | 137 | 64 | 26 |
| Octal | 303 | 0 | 236 | 0 | 144 | 23 | 30 | 467 | 144 | 46 |
| Binary | 11000011 | 0 | 10011110 | 0 | 1100100 | 10011 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C3009E
Complementary color
Monochromatic Colors of #C3009E
Black with #C3009E
Text Example
Text Example
White with #C3009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3009E; }
p { color: rgb(195,0,158); }
H1.HeaderClassName
{
color: #C3009E;
}
.AnyTagClassName
{
color: #C3009E;
}
</style>
background-color css
<style>
a { background-color: #C3009E; }
a { background-color: rgb(195,0,158); }
div.DivClassName
{
background-color: #C3009E;
}
.BgClassName
{
background-color: #C3009E;
}
</style>
border-color css
<style>
span { border-color: #C3009E; }
span { border-color: rgb(195,0,158); }
td.TdClassName
{
border-color: #C3009E;
}
.TagClassName
{
border-color: #C3009E;
}
</style>