Shades of Medium Violet Red #CF1680
Tints of Medium Violet Red #CF1680
RGB
CMYK
RGB Variations
Color information
#CF1680 (or 0xCF1680) is known color: Medium Violet Red. HEX triplet: CF, 16 and 80. RGB value is (207,22,128). Sum of RGB (Red+Green+Blue) = 207+22+128=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1680 is #30E97F. Grayscale: #595959. Windows color (decimal): -3205504 or 8394447. OLE color: 8394447.
HSL color Cylindrical-coordinate representation of color #CF1680: hue angle of 325.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1680 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.19 |
| HSL | 325.62º | 0.81% | 0.45% | - |
| HSV(B) | 325.62º | 0.89% | 0.81% | - |
| XYZ | 29.92 | 15.4 | 21.82 | - |
| YUV | 89.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 128 | 0 | 0.89 | 0.38 | 0.19 | 325.62 | 0.81 | 0.45 |
| Hex | CF | 16 | 80 | 0 | 59 | 26 | 13 | 146 | 51 | 2D |
| Octal | 317 | 26 | 200 | 0 | 131 | 46 | 23 | 506 | 121 | 55 |
| Binary | 11001111 | 10110 | 10000000 | 0 | 1011001 | 100110 | 10011 | 101000110 | 1010001 | 101101 |
Color Harmonies of #CF1680
Complementary color
Monochromatic Colors of #CF1680
Black with #CF1680
Text Example
Text Example
White with #CF1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1680; }
p { color: rgb(207,22,128); }
H1.HeaderClassName
{
color: #CF1680;
}
.AnyTagClassName
{
color: #CF1680;
}
</style>
background-color css
<style>
a { background-color: #CF1680; }
a { background-color: rgb(207,22,128); }
div.DivClassName
{
background-color: #CF1680;
}
.BgClassName
{
background-color: #CF1680;
}
</style>
border-color css
<style>
span { border-color: #CF1680; }
span { border-color: rgb(207,22,128); }
td.TdClassName
{
border-color: #CF1680;
}
.TagClassName
{
border-color: #CF1680;
}
</style>