Shades of Medium Violet Red #C5017B
Tints of Medium Violet Red #C5017B
RGB
CMYK
RGB Variations
Color information
#C5017B (or 0xC5017B) is known color: Medium Violet Red. HEX triplet: C5, 01 and 7B. RGB value is (197,1,123). Sum of RGB (Red+Green+Blue) = 197+1+123=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5017B is #3AFE84. Grayscale: #494949. Windows color (decimal): -3866245 or 8061381. OLE color: 8061381.
HSL color Cylindrical-coordinate representation of color #C5017B: hue angle of 322.65º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5017B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.23 |
| HSL | 322.65º | 0.99% | 0.39% | - |
| HSV(B) | 322.65º | 0.99% | 0.77% | - |
| XYZ | 26.61 | 13.32 | 19.91 | - |
| YUV | 73.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 123 | 0 | 0.99 | 0.38 | 0.23 | 322.65 | 0.99 | 0.39 |
| Hex | C5 | 1 | 7B | 0 | 63 | 26 | 17 | 143 | 63 | 27 |
| Octal | 305 | 1 | 173 | 0 | 143 | 46 | 27 | 503 | 143 | 47 |
| Binary | 11000101 | 1 | 1111011 | 0 | 1100011 | 100110 | 10111 | 101000011 | 1100011 | 100111 |
Color Harmonies of #C5017B
Complementary color
Monochromatic Colors of #C5017B
Black with #C5017B
Text Example
Text Example
White with #C5017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5017B; }
p { color: rgb(197,1,123); }
H1.HeaderClassName
{
color: #C5017B;
}
.AnyTagClassName
{
color: #C5017B;
}
</style>
background-color css
<style>
a { background-color: #C5017B; }
a { background-color: rgb(197,1,123); }
div.DivClassName
{
background-color: #C5017B;
}
.BgClassName
{
background-color: #C5017B;
}
</style>
border-color css
<style>
span { border-color: #C5017B; }
span { border-color: rgb(197,1,123); }
td.TdClassName
{
border-color: #C5017B;
}
.TagClassName
{
border-color: #C5017B;
}
</style>