Shades of Medium Violet Red #C4017D
Tints of Medium Violet Red #C4017D
RGB
CMYK
RGB Variations
Color information
#C4017D (or 0xC4017D) is known color: Medium Violet Red. HEX triplet: C4, 01 and 7D. RGB value is (196,1,125). Sum of RGB (Red+Green+Blue) = 196+1+125=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4017D is #3BFE82. Grayscale: #494949. Windows color (decimal): -3931779 or 8192452. OLE color: 8192452.
HSL color Cylindrical-coordinate representation of color #C4017D: hue angle of 321.85º 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 #C4017D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.23 |
| HSL | 321.85º | 0.99% | 0.39% | - |
| HSV(B) | 321.85º | 0.99% | 0.77% | - |
| XYZ | 26.48 | 13.24 | 20.56 | - |
| YUV | 73.44 | 157.1 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 125 | 0 | 0.99 | 0.36 | 0.23 | 321.85 | 0.99 | 0.39 |
| Hex | C4 | 1 | 7D | 0 | 63 | 24 | 17 | 142 | 63 | 27 |
| Octal | 304 | 1 | 175 | 0 | 143 | 44 | 27 | 502 | 143 | 47 |
| Binary | 11000100 | 1 | 1111101 | 0 | 1100011 | 100100 | 10111 | 101000010 | 1100011 | 100111 |
Color Harmonies of #C4017D
Complementary color
Monochromatic Colors of #C4017D
Black with #C4017D
Text Example
Text Example
White with #C4017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4017D; }
p { color: rgb(196,1,125); }
H1.HeaderClassName
{
color: #C4017D;
}
.AnyTagClassName
{
color: #C4017D;
}
</style>
background-color css
<style>
a { background-color: #C4017D; }
a { background-color: rgb(196,1,125); }
div.DivClassName
{
background-color: #C4017D;
}
.BgClassName
{
background-color: #C4017D;
}
</style>
border-color css
<style>
span { border-color: #C4017D; }
span { border-color: rgb(196,1,125); }
td.TdClassName
{
border-color: #C4017D;
}
.TagClassName
{
border-color: #C4017D;
}
</style>