Shades of Medium Violet Red #CF1D80
Tints of Medium Violet Red #CF1D80
RGB
CMYK
RGB Variations
Color information
#CF1D80 (or 0xCF1D80) is known color: Medium Violet Red. HEX triplet: CF, 1D and 80. RGB value is (207,29,128). Sum of RGB (Red+Green+Blue) = 207+29+128=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D80 is #30E27F. Grayscale: #5D5D5D. Windows color (decimal): -3203712 or 8396239. OLE color: 8396239.
HSL color Cylindrical-coordinate representation of color #CF1D80: hue angle of 326.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D80 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 128 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.19 |
| HSL | 326.63º | 0.75% | 0.46% | - |
| HSV(B) | 326.63º | 0.86% | 0.81% | - |
| XYZ | 30.07 | 15.7 | 21.87 | - |
| YUV | 93.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 128 | 0 | 0.86 | 0.38 | 0.19 | 326.63 | 0.75 | 0.46 |
| Hex | CF | 1D | 80 | 0 | 56 | 26 | 13 | 147 | 4B | 2E |
| Octal | 317 | 35 | 200 | 0 | 126 | 46 | 23 | 507 | 113 | 56 |
| Binary | 11001111 | 11101 | 10000000 | 0 | 1010110 | 100110 | 10011 | 101000111 | 1001011 | 101110 |
Color Harmonies of #CF1D80
Complementary color
Monochromatic Colors of #CF1D80
Black with #CF1D80
Text Example
Text Example
White with #CF1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D80; }
p { color: rgb(207,29,128); }
H1.HeaderClassName
{
color: #CF1D80;
}
.AnyTagClassName
{
color: #CF1D80;
}
</style>
background-color css
<style>
a { background-color: #CF1D80; }
a { background-color: rgb(207,29,128); }
div.DivClassName
{
background-color: #CF1D80;
}
.BgClassName
{
background-color: #CF1D80;
}
</style>
border-color css
<style>
span { border-color: #CF1D80; }
span { border-color: rgb(207,29,128); }
td.TdClassName
{
border-color: #CF1D80;
}
.TagClassName
{
border-color: #CF1D80;
}
</style>