Shades of Medium Violet Red #C3066A
Tints of Medium Violet Red #C3066A
RGB
CMYK
RGB Variations
Color information
#C3066A (or 0xC3066A) is known color: Medium Violet Red. HEX triplet: C3, 06 and 6A. RGB value is (195,6,106). Sum of RGB (Red+Green+Blue) = 195+6+106=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3066A is #3CF995. Grayscale: #494949. Windows color (decimal): -3996054 or 6948547. OLE color: 6948547.
HSL color Cylindrical-coordinate representation of color #C3066A: hue angle of 328.25º 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 #C3066A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.24 |
| HSL | 328.25º | 0.94% | 0.39% | - |
| HSV(B) | 328.25º | 0.97% | 0.76% | - |
| XYZ | 25.17 | 12.77 | 14.77 | - |
| YUV | 73.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 106 | 0 | 0.97 | 0.46 | 0.24 | 328.25 | 0.94 | 0.39 |
| Hex | C3 | 6 | 6A | 0 | 61 | 2E | 18 | 148 | 5E | 27 |
| Octal | 303 | 6 | 152 | 0 | 141 | 56 | 30 | 510 | 136 | 47 |
| Binary | 11000011 | 110 | 1101010 | 0 | 1100001 | 101110 | 11000 | 101001000 | 1011110 | 100111 |
Color Harmonies of #C3066A
Complementary color
Monochromatic Colors of #C3066A
Black with #C3066A
Text Example
Text Example
White with #C3066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3066A; }
p { color: rgb(195,6,106); }
H1.HeaderClassName
{
color: #C3066A;
}
.AnyTagClassName
{
color: #C3066A;
}
</style>
background-color css
<style>
a { background-color: #C3066A; }
a { background-color: rgb(195,6,106); }
div.DivClassName
{
background-color: #C3066A;
}
.BgClassName
{
background-color: #C3066A;
}
</style>
border-color css
<style>
span { border-color: #C3066A; }
span { border-color: rgb(195,6,106); }
td.TdClassName
{
border-color: #C3066A;
}
.TagClassName
{
border-color: #C3066A;
}
</style>