Shades of Medium Violet Red #C3016E
Tints of Medium Violet Red #C3016E
RGB
CMYK
RGB Variations
Color information
#C3016E (or 0xC3016E) is known color: Medium Violet Red. HEX triplet: C3, 01 and 6E. RGB value is (195,1,110). Sum of RGB (Red+Green+Blue) = 195+1+110=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3016E is #3CFE91. Grayscale: #474747. Windows color (decimal): -3997330 or 7209411. OLE color: 7209411.
HSL color Cylindrical-coordinate representation of color #C3016E: hue angle of 326.29º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3016E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.24 |
| HSL | 326.29º | 0.99% | 0.38% | - |
| HSV(B) | 326.29º | 0.99% | 0.76% | - |
| XYZ | 25.33 | 12.75 | 15.88 | - |
| YUV | 71.43 | 149.77 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 110 | 0 | 0.99 | 0.44 | 0.24 | 326.29 | 0.99 | 0.38 |
| Hex | C3 | 1 | 6E | 0 | 63 | 2C | 18 | 146 | 63 | 26 |
| Octal | 303 | 1 | 156 | 0 | 143 | 54 | 30 | 506 | 143 | 46 |
| Binary | 11000011 | 1 | 1101110 | 0 | 1100011 | 101100 | 11000 | 101000110 | 1100011 | 100110 |
Color Harmonies of #C3016E
Complementary color
Monochromatic Colors of #C3016E
Black with #C3016E
Text Example
Text Example
White with #C3016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3016E; }
p { color: rgb(195,1,110); }
H1.HeaderClassName
{
color: #C3016E;
}
.AnyTagClassName
{
color: #C3016E;
}
</style>
background-color css
<style>
a { background-color: #C3016E; }
a { background-color: rgb(195,1,110); }
div.DivClassName
{
background-color: #C3016E;
}
.BgClassName
{
background-color: #C3016E;
}
</style>
border-color css
<style>
span { border-color: #C3016E; }
span { border-color: rgb(195,1,110); }
td.TdClassName
{
border-color: #C3016E;
}
.TagClassName
{
border-color: #C3016E;
}
</style>