Shades of Medium Violet Red #C3068A
Tints of Medium Violet Red #C3068A
RGB
CMYK
RGB Variations
Color information
#C3068A (or 0xC3068A) is known color: Medium Violet Red. HEX triplet: C3, 06 and 8A. RGB value is (195,6,138). Sum of RGB (Red+Green+Blue) = 195+6+138=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3068A is #3CF975. Grayscale: #4D4D4D. Windows color (decimal): -3996022 or 9045699. OLE color: 9045699.
HSL color Cylindrical-coordinate representation of color #C3068A: hue angle of 318.1º 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 #C3068A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.24 |
| HSL | 318.1º | 0.94% | 0.39% | - |
| HSV(B) | 318.1º | 0.97% | 0.76% | - |
| XYZ | 27.16 | 13.57 | 25.23 | - |
| YUV | 77.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 138 | 0 | 0.97 | 0.29 | 0.24 | 318.1 | 0.94 | 0.39 |
| Hex | C3 | 6 | 8A | 0 | 61 | 1D | 18 | 13E | 5E | 27 |
| Octal | 303 | 6 | 212 | 0 | 141 | 35 | 30 | 476 | 136 | 47 |
| Binary | 11000011 | 110 | 10001010 | 0 | 1100001 | 11101 | 11000 | 100111110 | 1011110 | 100111 |
Color Harmonies of #C3068A
Complementary color
Monochromatic Colors of #C3068A
Black with #C3068A
Text Example
Text Example
White with #C3068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3068A; }
p { color: rgb(195,6,138); }
H1.HeaderClassName
{
color: #C3068A;
}
.AnyTagClassName
{
color: #C3068A;
}
</style>
background-color css
<style>
a { background-color: #C3068A; }
a { background-color: rgb(195,6,138); }
div.DivClassName
{
background-color: #C3068A;
}
.BgClassName
{
background-color: #C3068A;
}
</style>
border-color css
<style>
span { border-color: #C3068A; }
span { border-color: rgb(195,6,138); }
td.TdClassName
{
border-color: #C3068A;
}
.TagClassName
{
border-color: #C3068A;
}
</style>