Shades of Medium Violet Red #C3068E
Tints of Medium Violet Red #C3068E
RGB
CMYK
RGB Variations
Color information
#C3068E (or 0xC3068E) is known color: Medium Violet Red. HEX triplet: C3, 06 and 8E. RGB value is (195,6,142). Sum of RGB (Red+Green+Blue) = 195+6+142=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3068E is #3CF971. Grayscale: #4D4D4D. Windows color (decimal): -3996018 or 9307843. OLE color: 9307843.
HSL color Cylindrical-coordinate representation of color #C3068E: hue angle of 316.83º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3068E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.24 |
| HSL | 316.83º | 0.94% | 0.39% | - |
| HSV(B) | 316.83º | 0.97% | 0.76% | - |
| XYZ | 27.45 | 13.69 | 26.79 | - |
| YUV | 78.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 142 | 0 | 0.97 | 0.27 | 0.24 | 316.83 | 0.94 | 0.39 |
| Hex | C3 | 6 | 8E | 0 | 61 | 1B | 18 | 13D | 5E | 27 |
| Octal | 303 | 6 | 216 | 0 | 141 | 33 | 30 | 475 | 136 | 47 |
| Binary | 11000011 | 110 | 10001110 | 0 | 1100001 | 11011 | 11000 | 100111101 | 1011110 | 100111 |
Color Harmonies of #C3068E
Complementary color
Monochromatic Colors of #C3068E
Black with #C3068E
Text Example
Text Example
White with #C3068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3068E; }
p { color: rgb(195,6,142); }
H1.HeaderClassName
{
color: #C3068E;
}
.AnyTagClassName
{
color: #C3068E;
}
</style>
background-color css
<style>
a { background-color: #C3068E; }
a { background-color: rgb(195,6,142); }
div.DivClassName
{
background-color: #C3068E;
}
.BgClassName
{
background-color: #C3068E;
}
</style>
border-color css
<style>
span { border-color: #C3068E; }
span { border-color: rgb(195,6,142); }
td.TdClassName
{
border-color: #C3068E;
}
.TagClassName
{
border-color: #C3068E;
}
</style>