Shades of Medium Violet Red #C3017B
Tints of Medium Violet Red #C3017B
RGB
CMYK
RGB Variations
Color information
#C3017B (or 0xC3017B) is known color: Medium Violet Red. HEX triplet: C3, 01 and 7B. RGB value is (195,1,123). Sum of RGB (Red+Green+Blue) = 195+1+123=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3017B is #3CFE84. Grayscale: #484848. Windows color (decimal): -3997317 or 8061379. OLE color: 8061379.
HSL color Cylindrical-coordinate representation of color #C3017B: hue angle of 322.27º 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 #C3017B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.24 |
| HSL | 322.27º | 0.99% | 0.38% | - |
| HSV(B) | 322.27º | 0.99% | 0.76% | - |
| XYZ | 26.09 | 13.05 | 19.88 | - |
| YUV | 72.91 | 156.27 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 123 | 0 | 0.99 | 0.37 | 0.24 | 322.27 | 0.99 | 0.38 |
| Hex | C3 | 1 | 7B | 0 | 63 | 25 | 18 | 142 | 63 | 26 |
| Octal | 303 | 1 | 173 | 0 | 143 | 45 | 30 | 502 | 143 | 46 |
| Binary | 11000011 | 1 | 1111011 | 0 | 1100011 | 100101 | 11000 | 101000010 | 1100011 | 100110 |
Color Harmonies of #C3017B
Complementary color
Monochromatic Colors of #C3017B
Black with #C3017B
Text Example
Text Example
White with #C3017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3017B; }
p { color: rgb(195,1,123); }
H1.HeaderClassName
{
color: #C3017B;
}
.AnyTagClassName
{
color: #C3017B;
}
</style>
background-color css
<style>
a { background-color: #C3017B; }
a { background-color: rgb(195,1,123); }
div.DivClassName
{
background-color: #C3017B;
}
.BgClassName
{
background-color: #C3017B;
}
</style>
border-color css
<style>
span { border-color: #C3017B; }
span { border-color: rgb(195,1,123); }
td.TdClassName
{
border-color: #C3017B;
}
.TagClassName
{
border-color: #C3017B;
}
</style>