Shades of Medium Violet Red #C3068F
Tints of Medium Violet Red #C3068F
RGB
CMYK
RGB Variations
Color information
#C3068F (or 0xC3068F) is known color: Medium Violet Red. HEX triplet: C3, 06 and 8F. RGB value is (195,6,143). Sum of RGB (Red+Green+Blue) = 195+6+143=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3068F is #3CF970. Grayscale: #4D4D4D. Windows color (decimal): -3996017 or 9373379. OLE color: 9373379.
HSL color Cylindrical-coordinate representation of color #C3068F: hue angle of 316.51º 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 #C3068F is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.24 |
| HSL | 316.51º | 0.94% | 0.39% | - |
| HSV(B) | 316.51º | 0.97% | 0.76% | - |
| XYZ | 27.53 | 13.72 | 27.18 | - |
| YUV | 78.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 143 | 0 | 0.97 | 0.27 | 0.24 | 316.51 | 0.94 | 0.39 |
| Hex | C3 | 6 | 8F | 0 | 61 | 1B | 18 | 13D | 5E | 27 |
| Octal | 303 | 6 | 217 | 0 | 141 | 33 | 30 | 475 | 136 | 47 |
| Binary | 11000011 | 110 | 10001111 | 0 | 1100001 | 11011 | 11000 | 100111101 | 1011110 | 100111 |
Color Harmonies of #C3068F
Complementary color
Monochromatic Colors of #C3068F
Black with #C3068F
Text Example
Text Example
White with #C3068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3068F; }
p { color: rgb(195,6,143); }
H1.HeaderClassName
{
color: #C3068F;
}
.AnyTagClassName
{
color: #C3068F;
}
</style>
background-color css
<style>
a { background-color: #C3068F; }
a { background-color: rgb(195,6,143); }
div.DivClassName
{
background-color: #C3068F;
}
.BgClassName
{
background-color: #C3068F;
}
</style>
border-color css
<style>
span { border-color: #C3068F; }
span { border-color: rgb(195,6,143); }
td.TdClassName
{
border-color: #C3068F;
}
.TagClassName
{
border-color: #C3068F;
}
</style>